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,7 +1,16 @@
{
"variants": {
"axis=y": { "model": "betterend:block/%name%_striped_bark" },
"axis=z": { "model": "betterend:block/%name%_striped_bark", "x": 90 },
"axis=x": { "model": "betterend:block/%name%_striped_bark", "x": 90, "y": 90 }
"variants": {
"axis=x": {
"model": "betterend:block/%name%_striped_bark",
"x": 90,
"y": 90
},
"axis=y": {
"model": "betterend:block/%name%_striped_bark"
},
"axis=z": {
"model": "betterend:block/%name%_striped_bark",
"x": 90
}
}
}