Files
BetterLeavesLite/assets/quark/models/block/hedge_extend.json
2025-03-13 20:42:25 +01:00

20 lines
576 B
JSON

{
"credit": "Made with Blockbench",
"parent": "minecraft:block/block",
"textures": {
"particle": "#leaf"
},
"elements": [
{
"from": [2, 0, 2],
"to": [14, 16, 14],
"faces": {
"north": {"uv": [5, 4, 11, 12], "texture": "#leaf", "tintindex": 0},
"east": {"uv": [5, 4, 11, 12], "texture": "#leaf", "tintindex": 0},
"south": {"uv": [5, 4, 11, 12], "texture": "#leaf", "tintindex": 0},
"west": {"uv": [5, 4, 11, 12], "texture": "#leaf", "tintindex": 0},
"up": {"uv": [5, 5, 11, 11], "texture": "#leaf", "tintindex": 0}
}
}
]
}