Files
BetterLeavesLite/base/assets/betterleaves/models/block/leaves4.json
Martin Prokoph e31fd615dd feat: specify render type in leaf models
- Fixes leaves from Mystic's Biomes appearing opaque
2025-04-20 16:06:13 +02:00

41 lines
1.4 KiB
JSON

{
"credit": "Motschen's Better Leaves Lite",
"render_type": "minecraft:cutout_mipped",
"parent": "block/block",
"texture_size": [32, 32],
"textures": {
"particle": "#all"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [4, 4, 12, 12], "texture": "#all", "cullface": "north", "tintindex": 0},
"east": {"uv": [4, 4, 12, 12], "texture": "#all", "cullface": "east", "tintindex": 0},
"south": {"uv": [4, 4, 12, 12], "texture": "#all", "cullface": "south", "tintindex": 0},
"west": {"uv": [4, 4, 12, 12], "texture": "#all", "cullface": "west", "tintindex": 0},
"up": {"uv": [4, 4, 12, 12], "texture": "#all", "cullface": "up", "tintindex": 0},
"down": {"uv": [4, 4, 12, 12], "texture": "#all", "cullface": "down", "tintindex": 0}
}
},
{
"from": [8.00305, -6, -8.00736],
"to": [8.00305, 22, 23.99264],
"rotation": {"angle": -22.5, "axis": "y", "origin": [8.01041, 8, 8]},
"faces": {
"east": {"uv": [0, 1, 16, 15], "texture": "#all", "tintindex": 0},
"west": {"uv": [0, 1, 16, 15], "texture": "#all", "tintindex": 0}
}
},
{
"from": [-7.98223, -6, 8.00736],
"to": [24.01777, 22, 8.00736],
"rotation": {"angle": -22.5, "axis": "y", "origin": [8.01041, 8, 8]},
"faces": {
"north": {"uv": [0, 1, 16, 15], "texture": "#all", "tintindex": 0},
"south": {"uv": [0, 1, 16, 15], "texture": "#all", "tintindex": 0}
}
}
]
}