Try custom slab model. Json patterns.

This commit is contained in:
Aleksey 2020-10-11 20:17:08 +03:00
parent 287c1fce62
commit 59fe3183b0
60 changed files with 1557 additions and 144 deletions

View file

@ -0,0 +1,15 @@
{
"variants": {
"type=bottom": {
"model": "betterend:block/%name%_brick_half_slab"
},
"type=double": {
"model": "betterend:block/%name%_bricks"
},
"type=top": {
"model": "betterend:block/%name%_brick_half_slab",
"uvlock": true,
"x": 180
}
}
}