Structures, texture changes

This commit is contained in:
paulevsGitch 2020-10-12 00:24:26 +03:00
parent bd9d71206f
commit 846b14cf7c
21 changed files with 262 additions and 22 deletions

View file

@ -1,16 +1,16 @@
{
"variants": {
"axis=x": {
"model": "betterend:block/chorus_log",
"x": 90,
"y": 90
},
"axis=y": {
"model": "betterend:block/chorus_log"
},
"axis=z": {
"model": "betterend:block/chorus_log",
"x": 90
}
"axis=x": [
{ "model": "betterend:block/chorus_log", "x": 90, "y": 90 },
{ "model": "betterend:block/chorus_log_2", "x": 90, "y": 90 }
],
"axis=y": [
{ "model": "betterend:block/chorus_log" },
{ "model": "betterend:block/chorus_log_2" }
],
"axis=z": [
{ "model": "betterend:block/chorus_log", "x": 90 },
{ "model": "betterend:block/chorus_log_2", "x": 90 }
]
}
}