BetterEnd/src/main/resources/assets/betterend/blockstates/violecite_bricks_slab.json
2020-11-08 15:07:19 +03:00

15 lines
389 B
JSON

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