NaturesAura/src/main/resources/assets/naturesaura/blockstates/nature_altar.json

15 lines
366 B
JSON
Raw Normal View History

2018-10-14 14:27:18 +02:00
{
"forge_marker": 1,
"defaults": {
2020-01-22 16:03:39 +01:00
"model": "naturesaura:block/nature_altar",
2018-10-14 14:27:18 +02:00
"textures": {
"texture": "naturesaura:blocks/nature_altar",
"top": "naturesaura:blocks/nature_altar_top",
"particle": "#top"
},
"transform": "forge:default-block"
},
"variants": {
2020-01-22 16:03:39 +01:00
"": [{}]
2018-10-14 14:27:18 +02:00
}
}