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

40 lines
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",
2020-01-29 00:40:28 +01:00
"textures": {
"texture": "naturesaura:block/furnace_heater",
"particle": "#texture"
},
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"
2018-10-26 15:01:48 +02:00
},
"up": {
"uv": [0, 4, 12, 16],
"texture": "#texture"
},
"north": {
"uv": [0, 0, 12, 4],
"texture": "#texture"
2018-10-26 15:01:48 +02:00
},
"south": {
"uv": [0, 0, 12, 4],
"texture": "#texture"
2018-10-26 15:01:48 +02:00
},
"west": {
"uv": [0, 0, 12, 4],
"texture": "#texture"
2018-10-26 15:01:48 +02:00
},
"east": {
"uv": [0, 0, 12, 4],
"texture": "#texture"
2018-10-26 15:01:48 +02:00
}
}
}
]
}