BetterEnd/json/blockstates/%name%_slab.json
2020-11-08 15:07:19 +03:00

15 lines
No EOL
357 B
JSON

{
"variants": {
"type=bottom": {
"model": "betterend:block/%name%_half_slab"
},
"type=double": {
"model": "betterend:block/%name%"
},
"type=top": {
"model": "betterend:block/%name%_half_slab",
"uvlock": true,
"x": 180
}
}
}