Make leaf filenames consistent, update opaque textures (#483)
* Make leaf filenames consistent, add opaque textures * Delete textures/oak_leaves_transparent.png * Update oak_leaves.json for texture changes * Update non degradable leaves * Rename oak log top * Nondegradable oak leaves are alwaysviewthrough * Delete assets/cubyz/blocks/textures/oak_log_rings_top.png * Rename to "oak_log", consistent with pine log * Delete assets/cubyz/blocks/textures/oak_log_side.png * Update oak_log.json for name changes * Update oak_top.json * Remove the non_degradable pine needles --------- Co-authored-by: IntegratedQuantum <jahe788@gmail.com>
@ -6,8 +6,8 @@
|
||||
"0.1 cubyz:apple"
|
||||
],
|
||||
"degradable" : false,
|
||||
"viewThrough" : true,
|
||||
"alwaysViewThrough" : true,
|
||||
"absorbedLight" : 0x121012,
|
||||
"model" : "cube",
|
||||
"texture" : "cubyz:oak_leaves_transparent"
|
||||
"texture" : "cubyz:oak_leaves"
|
||||
}
|
||||
|
@ -9,5 +9,5 @@
|
||||
"alwaysViewThrough" : true,
|
||||
"absorbedLight" : 0x121012,
|
||||
"model" : "cube",
|
||||
"texture" : "cubyz:oak_leaves_transparent"
|
||||
"texture" : "cubyz:oak_leaves"
|
||||
}
|
||||
|
@ -6,7 +6,7 @@
|
||||
],
|
||||
"rotation" : "log",
|
||||
"model" : "cube",
|
||||
"texture" : "cubyz:oak_log_side",
|
||||
"texture_top" : "cubyz:oak_log_rings_top",
|
||||
"texture_bottom" : "cubyz:oak_log_rings_top"
|
||||
"texture" : "cubyz:oak_log",
|
||||
"texture_top" : "cubyz:oak_log_top",
|
||||
"texture_bottom" : "cubyz:oak_log_top"
|
||||
}
|
||||
|
@ -6,7 +6,7 @@
|
||||
],
|
||||
"rotation" : "log",
|
||||
"model" : "cube",
|
||||
"texture" : "cubyz:oak_log_side",
|
||||
"texture_top" : "cubyz:oak_log_side",
|
||||
"texture_bottom" : "cubyz:oak_log_rings_top",
|
||||
"texture" : "cubyz:oak_log",
|
||||
"texture_top" : "cubyz:oak_log",
|
||||
"texture_bottom" : "cubyz:oak_log_top",
|
||||
}
|
||||
|
Before Width: | Height: | Size: 659 B After Width: | Height: | Size: 531 B |
BIN
assets/cubyz/blocks/textures/oak_leaves_opaque.png
Normal file
After Width: | Height: | Size: 561 B |
Before Width: | Height: | Size: 531 B |
Before Width: | Height: | Size: 425 B After Width: | Height: | Size: 425 B |
Before Width: | Height: | Size: 459 B |
Before Width: | Height: | Size: 948 B After Width: | Height: | Size: 459 B |
Before Width: | Height: | Size: 459 B After Width: | Height: | Size: 464 B |
BIN
assets/cubyz/blocks/textures/pine_needles_opaque.png
Normal file
After Width: | Height: | Size: 457 B |