Files
BetterLeavesLite/base/assets/betterleaves/models/block/leaves_notint.json
2024-12-24 16:35:50 +01:00

22 lines
679 B
JSON

{
"credit": "Motschen's Better Leaves Lite",
"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"},
"east": {"uv": [4, 4, 12, 12], "texture": "#all", "cullface": "east"},
"south": {"uv": [4, 4, 12, 12], "texture": "#all", "cullface": "south"},
"west": {"uv": [4, 4, 12, 12], "texture": "#all", "cullface": "west"},
"up": {"uv": [4, 4, 12, 12], "texture": "#all", "cullface": "up"},
"down": {"uv": [4, 4, 12, 12], "texture": "#all", "cullface": "down"}
}
}
]
}