NaturesAura/src/main/resources/assets/naturesaura/models/block/furnace_heater.json

41 lines
1.1 KiB
JSON
Raw Normal View History

2018-10-26 15:01:48 +02:00
{
2020-01-22 21:21:23 +01:00
"parent": "minecraft:block/block",
2018-10-26 15:01:48 +02:00
"elements": [
{
"from": [2, 0, 2],
"to": [14, 4, 14],
"faces": {
"down": {
"uv": [0, 4, 12, 16],
"texture": "#texture",
"cullface": "down"
},
"up": {
"uv": [0, 4, 12, 16],
"texture": "#texture"
},
"north": {
"uv": [0, 0, 12, 4],
"texture": "#texture",
"cullface": "north"
},
"south": {
"uv": [0, 0, 12, 4],
"texture": "#texture",
"cullface": "south"
},
"west": {
"uv": [0, 0, 12, 4],
"texture": "#texture",
"cullface": "west"
},
"east": {
"uv": [0, 0, 12, 4],
"texture": "#texture",
"cullface": "east"
}
}
}
]
}