Inventory item textures + Vetch & Iron (#545)
* Add ffiles!!! WOOOOOOWWW!!!! * New material values for iron, tweak vetch textruye * Tweak vetch, mahogany, update grass plant * Revert blue glow crystal textures * Revert blue glow crystal... Again!!! * Fix indentation
@ -10,4 +10,7 @@
|
||||
"texture" : "cubyz:birch_fence",
|
||||
"texture_top" : "cubyz:birch_fence_top",
|
||||
"texture_bottom" : "cubyz:birch_fence_top"
|
||||
"item": {
|
||||
"texture" : "fence/birch.png",
|
||||
}
|
||||
}
|
||||
|
@ -13,4 +13,7 @@
|
||||
|
||||
"model" : "cube",
|
||||
"texture" : "cubyz:fog/blue"
|
||||
"item": {
|
||||
"texture" : "fog/blue.png",
|
||||
},
|
||||
}
|
||||
|
@ -13,4 +13,7 @@
|
||||
|
||||
"model" : "cube",
|
||||
"texture" : "cubyz:fog/cyan"
|
||||
"item": {
|
||||
"texture" : "fog/cyan.png",
|
||||
},
|
||||
}
|
||||
|
@ -13,4 +13,7 @@
|
||||
|
||||
"model" : "cube",
|
||||
"texture" : "cubyz:fog/green"
|
||||
"item": {
|
||||
"texture" : "fog/green.png",
|
||||
},
|
||||
}
|
||||
|
@ -13,4 +13,7 @@
|
||||
|
||||
"model" : "cube",
|
||||
"texture" : "cubyz:fog/magenta"
|
||||
"item": {
|
||||
"texture" : "fog/magenta.png",
|
||||
},
|
||||
}
|
||||
|
@ -13,4 +13,7 @@
|
||||
|
||||
"model" : "cube",
|
||||
"texture" : "cubyz:fog/red"
|
||||
"item": {
|
||||
"texture" : "fog/red.png",
|
||||
},
|
||||
}
|
||||
|
@ -13,4 +13,7 @@
|
||||
|
||||
"model" : "cube",
|
||||
"texture" : "cubyz:fog/yellow"
|
||||
"item": {
|
||||
"texture" : "fog/yellow.png",
|
||||
},
|
||||
}
|
||||
|
@ -5,7 +5,6 @@
|
||||
"cubyz:soil"
|
||||
],
|
||||
"model" : "cube",
|
||||
"texture" : "cubyz:grass_side",
|
||||
"texture_top" : "cubyz:grass_top",
|
||||
"texture" : "cubyz:grass_top",
|
||||
"texture_bottom" : "cubyz:soil"
|
||||
}
|
||||
|
@ -10,5 +10,8 @@
|
||||
"collide": false,
|
||||
"model" : "cross",
|
||||
"texture" : "cubyz:grass_vegetation",
|
||||
"item": {
|
||||
"texture" : "grass.png",
|
||||
},
|
||||
"lodReplacement" : "cubyz:air"
|
||||
}
|
||||
|
11
assets/cubyz/blocks/iron_block.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"class" : "stone",
|
||||
"hardness" : 25,
|
||||
"breakingPower" : 1,
|
||||
"drops" : [
|
||||
"auto"
|
||||
],
|
||||
"rotation" : "stairs",
|
||||
"model" : "cube",
|
||||
"texture" : "cubyz:iron_block"
|
||||
}
|
@ -10,4 +10,7 @@
|
||||
"texture" : "cubyz:mahogany_fence",
|
||||
"texture_top" : "cubyz:mahogany_fence_top",
|
||||
"texture_bottom" : "cubyz:mahogany_fence_top"
|
||||
"item": {
|
||||
"texture" : "fence/mahogany.png",
|
||||
}
|
||||
}
|
||||
|
@ -10,4 +10,7 @@
|
||||
"texture" : "cubyz:oak_fence",
|
||||
"texture_top" : "cubyz:oak_fence_top",
|
||||
"texture_bottom" : "cubyz:oak_fence_top"
|
||||
"item": {
|
||||
"texture" : "fence/oak.png",
|
||||
}
|
||||
}
|
||||
|
@ -10,4 +10,7 @@
|
||||
"texture" : "cubyz:pine_fence",
|
||||
"texture_top" : "cubyz:pine_fence_top",
|
||||
"texture_bottom" : "cubyz:pine_fence_top"
|
||||
"item": {
|
||||
"texture" : "fence/pine.png",
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 392 B After Width: | Height: | Size: 401 B |
Before Width: | Height: | Size: 310 B After Width: | Height: | Size: 319 B |
BIN
assets/cubyz/blocks/textures/iron_block.png
Normal file
After Width: | Height: | Size: 319 B |
BIN
assets/cubyz/blocks/textures/iron_block.png_reflectivity.png
Normal file
After Width: | Height: | Size: 220 B |
Before Width: | Height: | Size: 512 B After Width: | Height: | Size: 509 B |
Before Width: | Height: | Size: 448 B After Width: | Height: | Size: 442 B |
Before Width: | Height: | Size: 502 B After Width: | Height: | Size: 500 B |
BIN
assets/cubyz/blocks/textures/vetch.png
Normal file
After Width: | Height: | Size: 424 B |
@ -12,5 +12,8 @@
|
||||
"rotation" : "torch",
|
||||
"model" : "torch",
|
||||
"texture" : "cubyz:torch",
|
||||
"item": {
|
||||
"texture" : "torch.png",
|
||||
},
|
||||
"lodReplacement" : "cubyz:air"
|
||||
}
|
||||
|
17
assets/cubyz/blocks/vetch.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"class" : "leaf",
|
||||
"hardness" : 0.1,
|
||||
"drops" : [
|
||||
"auto"
|
||||
],
|
||||
"degradable" : true,
|
||||
"viewThrough" : true,
|
||||
"absorbedLight" : 0x121012,
|
||||
"collide": false,
|
||||
"model" : "cross",
|
||||
"texture" : "cubyz:vetch",
|
||||
"item": {
|
||||
"texture" : "vetch.png",
|
||||
},
|
||||
"lodReplacement" : "cubyz:air"
|
||||
}
|
12
assets/cubyz/items/iron_ingot.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"texture" : "materials/iron_ingot.png",
|
||||
"material" : {
|
||||
"density" : 1.0,
|
||||
"resistance" : 1.0,
|
||||
"power" : 5.0,
|
||||
"roughness" : 0.1,
|
||||
"colors" : [
|
||||
0xff69696b, 0xff878484, 0xffa3a3a3, 0xffc2c2c2, 0xffe9e9e9
|
||||
]
|
||||
}
|
||||
}
|
BIN
assets/cubyz/items/textures/fence/birch.png
Normal file
After Width: | Height: | Size: 322 B |
BIN
assets/cubyz/items/textures/fence/mahogany.png
Normal file
After Width: | Height: | Size: 321 B |
BIN
assets/cubyz/items/textures/fence/oak.png
Normal file
After Width: | Height: | Size: 322 B |
BIN
assets/cubyz/items/textures/fence/pine.png
Normal file
After Width: | Height: | Size: 308 B |
BIN
assets/cubyz/items/textures/fog/blue.png
Normal file
After Width: | Height: | Size: 296 B |
BIN
assets/cubyz/items/textures/fog/cyan.png
Normal file
After Width: | Height: | Size: 296 B |
BIN
assets/cubyz/items/textures/fog/green.png
Normal file
After Width: | Height: | Size: 291 B |
BIN
assets/cubyz/items/textures/fog/magenta.png
Normal file
After Width: | Height: | Size: 301 B |
BIN
assets/cubyz/items/textures/fog/red.png
Normal file
After Width: | Height: | Size: 297 B |
BIN
assets/cubyz/items/textures/fog/yellow.png
Normal file
After Width: | Height: | Size: 288 B |
BIN
assets/cubyz/items/textures/grass.png
Normal file
After Width: | Height: | Size: 385 B |
BIN
assets/cubyz/items/textures/materials/iron_ingot.png
Normal file
After Width: | Height: | Size: 317 B |
BIN
assets/cubyz/items/textures/torch.png
Normal file
After Width: | Height: | Size: 256 B |
BIN
assets/cubyz/items/textures/vetch.png
Normal file
After Width: | Height: | Size: 453 B |