BetterEnd/src/main/resources/assets/betterend/blockstates/glowing_pillar_roots.json
2020-12-10 20:59:29 +03:00

7 lines
254 B
JSON

{
"variants": {
"shape=top": { "model": "betterend:block/glowing_pillar_roots_top" },
"shape=middle": { "model": "betterend:block/glowing_pillar_roots_both" },
"shape=bottom": { "model": "betterend:block/glowing_pillar_roots_bottom" }
}
}