NaturesAura/src/main/resources/assets/naturesaura/models/block/nature_altar_nether.json
2020-02-25 20:07:26 +01:00

46 lines
1.3 KiB
JSON

{
"parent": "minecraft:block/block",
"textures": {
"texture": "naturesaura:block/nature_altar_nether",
"top": "naturesaura:block/nature_altar_nether_top",
"particle": "#top"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 12, 16],
"faces": {
"down": {
"uv": [0, 0, 16, 16],
"texture": "#top",
"cullface": "down"
},
"up": {
"uv": [0, 0, 16, 16],
"texture": "#top"
},
"north": {
"uv": [0, 4, 16, 16],
"texture": "#texture",
"cullface": "north"
},
"south": {
"uv": [0, 4, 16, 16],
"texture": "#texture",
"cullface": "south"
},
"west": {
"uv": [0, 4, 16, 16],
"texture": "#texture",
"cullface": "west"
},
"east": {
"uv": [0, 4, 16, 16],
"texture": "#texture",
"cullface": "east"
}
}
}
]
}