Structures, texture changes
This commit is contained in:
parent
bd9d71206f
commit
846b14cf7c
21 changed files with 262 additions and 22 deletions
|
@ -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 }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue