New textures and models
This commit is contained in:
parent
e1f5779b0f
commit
d4f56b152e
43 changed files with 153 additions and 17 deletions
|
@ -1,16 +1,22 @@
|
|||
{
|
||||
"variants": {
|
||||
"axis=x": {
|
||||
"model": "betterend:block/pythadendron_bark",
|
||||
"x": 90,
|
||||
"y": 90
|
||||
},
|
||||
"axis=y": {
|
||||
"model": "betterend:block/pythadendron_bark"
|
||||
},
|
||||
"axis=z": {
|
||||
"model": "betterend:block/pythadendron_bark",
|
||||
"x": 90
|
||||
}
|
||||
"axis=x": [
|
||||
{ "model": "betterend:block/pythadendron_bark", "x": 90, "y": 90 },
|
||||
{ "model": "betterend:block/pythadendron_bark_2", "x": 90, "y": 90 },
|
||||
{ "model": "betterend:block/pythadendron_bark_3", "x": 90, "y": 90 },
|
||||
{ "model": "betterend:block/pythadendron_bark_4", "x": 90, "y": 90 }
|
||||
],
|
||||
"axis=y": [
|
||||
{ "model": "betterend:block/pythadendron_bark" },
|
||||
{ "model": "betterend:block/pythadendron_bark_2" },
|
||||
{ "model": "betterend:block/pythadendron_bark_3" },
|
||||
{ "model": "betterend:block/pythadendron_bark_4" }
|
||||
],
|
||||
"axis=z": [
|
||||
{ "model": "betterend:block/pythadendron_bark", "x": 90 },
|
||||
{ "model": "betterend:block/pythadendron_bark_2", "x": 90 },
|
||||
{ "model": "betterend:block/pythadendron_bark_3", "x": 90 },
|
||||
{ "model": "betterend:block/pythadendron_bark_4", "x": 90 }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,22 @@
|
|||
{
|
||||
"variants": {
|
||||
"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 }
|
||||
"axis=x": [
|
||||
{ "model": "betterend:block/pythadendron_log", "x": 90, "y": 90 },
|
||||
{ "model": "betterend:block/pythadendron_log_2", "x": 90, "y": 90 },
|
||||
{ "model": "betterend:block/pythadendron_log_3", "x": 90, "y": 90 },
|
||||
{ "model": "betterend:block/pythadendron_log_4", "x": 90, "y": 90 }
|
||||
],
|
||||
"axis=y": [
|
||||
{ "model": "betterend:block/pythadendron_log" },
|
||||
{ "model": "betterend:block/pythadendron_log_2" },
|
||||
{ "model": "betterend:block/pythadendron_log_3" },
|
||||
{ "model": "betterend:block/pythadendron_log_4" }
|
||||
],
|
||||
"axis=z": [
|
||||
{ "model": "betterend:block/pythadendron_log", "x": 90 },
|
||||
{ "model": "betterend:block/pythadendron_log_2", "x": 90 },
|
||||
{ "model": "betterend:block/pythadendron_log_3", "x": 90 },
|
||||
{ "model": "betterend:block/pythadendron_log_4", "x": 90 }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue