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
This commit is contained in:
careeoki 2024-07-05 10:53:36 -06:00 committed by GitHub
parent 117a1d7f71
commit 25e82a51f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
38 changed files with 77 additions and 2 deletions

View File

@ -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",
}
}

View File

@ -13,4 +13,7 @@
"model" : "cube",
"texture" : "cubyz:fog/blue"
"item": {
"texture" : "fog/blue.png",
},
}

View File

@ -13,4 +13,7 @@
"model" : "cube",
"texture" : "cubyz:fog/cyan"
"item": {
"texture" : "fog/cyan.png",
},
}

View File

@ -13,4 +13,7 @@
"model" : "cube",
"texture" : "cubyz:fog/green"
"item": {
"texture" : "fog/green.png",
},
}

View File

@ -13,4 +13,7 @@
"model" : "cube",
"texture" : "cubyz:fog/magenta"
"item": {
"texture" : "fog/magenta.png",
},
}

View File

@ -13,4 +13,7 @@
"model" : "cube",
"texture" : "cubyz:fog/red"
"item": {
"texture" : "fog/red.png",
},
}

View File

@ -13,4 +13,7 @@
"model" : "cube",
"texture" : "cubyz:fog/yellow"
"item": {
"texture" : "fog/yellow.png",
},
}

View File

@ -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"
}

View File

@ -10,5 +10,8 @@
"collide": false,
"model" : "cross",
"texture" : "cubyz:grass_vegetation",
"item": {
"texture" : "grass.png",
},
"lodReplacement" : "cubyz:air"
}

View File

@ -0,0 +1,11 @@
{
"class" : "stone",
"hardness" : 25,
"breakingPower" : 1,
"drops" : [
"auto"
],
"rotation" : "stairs",
"model" : "cube",
"texture" : "cubyz:iron_block"
}

View File

@ -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",
}
}

View File

@ -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",
}
}

View File

@ -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",
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 392 B

After

Width:  |  Height:  |  Size: 401 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 310 B

After

Width:  |  Height:  |  Size: 319 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 512 B

After

Width:  |  Height:  |  Size: 509 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 448 B

After

Width:  |  Height:  |  Size: 442 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 502 B

After

Width:  |  Height:  |  Size: 500 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 424 B

View File

@ -12,5 +12,8 @@
"rotation" : "torch",
"model" : "torch",
"texture" : "cubyz:torch",
"item": {
"texture" : "torch.png",
},
"lodReplacement" : "cubyz:air"
}

View 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"
}

View 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
]
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 308 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 296 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 296 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 301 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 297 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 288 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 385 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 317 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 453 B