NaturesAura/src/main/resources/assets/naturesaura/models/block/wood_stand.json
2020-01-23 16:05:52 +01:00

36 lines
952 B
JSON

{
"parent": "minecraft:block/block",
"elements": [
{
"from": [3, 0, 3],
"to": [13, 13, 13],
"faces": {
"down": {
"uv": [3, 3, 13, 13],
"texture": "#top"
},
"up": {
"uv": [3, 3, 13, 13],
"texture": "#top"
},
"north": {
"uv": [3, 3, 13, 13],
"texture": "#texture"
},
"south": {
"uv": [3, 3, 13, 13],
"texture": "#texture"
},
"west": {
"uv": [3, 3, 13, 13],
"texture": "#texture"
},
"east": {
"uv": [3, 3, 13, 13],
"texture": "#texture"
}
}
}
]
}