Tag mixin & fixes

This commit is contained in:
paulevsGitch 2020-09-26 23:36:44 +03:00
parent 7316480289
commit 1d206295b7
116 changed files with 1669 additions and 802 deletions

View file

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