Tree leaves

This commit is contained in:
paulevsGitch 2020-10-14 23:03:47 +03:00
parent c9346da1ee
commit d17c660482
6 changed files with 50 additions and 83 deletions

View file

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