BetterEnd/src/main/resources/assets/betterend/blockstates/smaragdant_crystal_slab.json
2021-07-09 21:16:23 +03:00

15 lines
263 B
JSON

{
"variants": {
"type=bottom": {
"model": "betterend:block/smaragdant_slab"
},
"type=top": {
"model": "betterend:block/smaragdant_slab",
"x": 180,
"uvlock": true
},
"type=double": {
"model": "betterend:block/smaragdant_crystal"
}
}
}