Chorus plant changes & fixes
This commit is contained in:
parent
4b4d4bd5ae
commit
b6cf041fc4
10 changed files with 135 additions and 219 deletions
|
@ -1,22 +1,22 @@
|
|||
{
|
||||
"variants": {
|
||||
"age=0": {
|
||||
"model": "betterend:block/chorus_plant_flower"
|
||||
},
|
||||
"age=1": {
|
||||
"model": "betterend:block/chorus_plant_flower"
|
||||
},
|
||||
"age=2": {
|
||||
"model": "betterend:block/chorus_plant_flower"
|
||||
},
|
||||
"age=3": {
|
||||
"model": "betterend:block/chorus_plant_flower"
|
||||
},
|
||||
"age=4": {
|
||||
"model": "betterend:block/chorus_plant_flower"
|
||||
},
|
||||
"age=5": {
|
||||
"model": "betterend:block/chorus_plant_flower_open"
|
||||
}
|
||||
}
|
||||
{
|
||||
"variants": {
|
||||
"age=0": {
|
||||
"model": "betterend:block/chorus_plant_flower"
|
||||
},
|
||||
"age=1": {
|
||||
"model": "betterend:block/chorus_plant_flower"
|
||||
},
|
||||
"age=2": {
|
||||
"model": "betterend:block/chorus_plant_flower"
|
||||
},
|
||||
"age=3": {
|
||||
"model": "betterend:block/chorus_plant_flower"
|
||||
},
|
||||
"age=4": {
|
||||
"model": "betterend:block/chorus_plant_flower"
|
||||
},
|
||||
"age=5": {
|
||||
"model": "betterend:block/chorus_plant_flower_open"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,69 +1,65 @@
|
|||
{
|
||||
"multipart": [
|
||||
{
|
||||
"when": { "OR": [
|
||||
{"up": "false"},
|
||||
{"down": "false"}
|
||||
]},
|
||||
"apply": { "model": "betterend:block/chorus_plant_center" }
|
||||
},
|
||||
{
|
||||
"when": {"roots": "true"},
|
||||
"apply": { "model": "betterend:block/chorus_plant_roots" }
|
||||
},
|
||||
{
|
||||
"when": {"north": "true"},
|
||||
"apply": [
|
||||
{ "model": "betterend:block/chorus_plant_stem", "x": 90, "y": 180 },
|
||||
{ "model": "betterend:block/chorus_plant_stem_2", "x": 90, "y": 180 },
|
||||
{ "model": "betterend:block/chorus_plant_stem_3", "x": 90, "y": 180 },
|
||||
{ "model": "betterend:block/chorus_plant_stem_4", "x": 90, "y": 180 }
|
||||
]
|
||||
},
|
||||
{
|
||||
"when": { "east": "true" },
|
||||
"apply": [
|
||||
{ "model": "betterend:block/chorus_plant_stem", "x": 90, "y": 270 },
|
||||
{ "model": "betterend:block/chorus_plant_stem_2", "x": 90, "y": 270 },
|
||||
{ "model": "betterend:block/chorus_plant_stem_3", "x": 90, "y": 270 },
|
||||
{ "model": "betterend:block/chorus_plant_stem_4", "x": 90, "y": 270 }
|
||||
]
|
||||
},
|
||||
{
|
||||
"when": { "south": "true" },
|
||||
"apply": [
|
||||
{ "model": "betterend:block/chorus_plant_stem", "x": 90 },
|
||||
{ "model": "betterend:block/chorus_plant_stem_2", "x": 90 },
|
||||
{ "model": "betterend:block/chorus_plant_stem_3", "x": 90 },
|
||||
{ "model": "betterend:block/chorus_plant_stem_4", "x": 90 }
|
||||
]
|
||||
},
|
||||
{
|
||||
"when": { "west": "true" },
|
||||
"apply": [
|
||||
{ "model": "betterend:block/chorus_plant_stem", "x": 90, "y": 90 },
|
||||
{ "model": "betterend:block/chorus_plant_stem_2", "x": 90, "y": 90 },
|
||||
{ "model": "betterend:block/chorus_plant_stem_3", "x": 90, "y": 90 },
|
||||
{ "model": "betterend:block/chorus_plant_stem_4", "x": 90, "y": 90 }
|
||||
]
|
||||
},
|
||||
{
|
||||
"when": { "up": "true" },
|
||||
"apply": [
|
||||
{ "model": "betterend:block/chorus_plant_stem", "x": 180 },
|
||||
{ "model": "betterend:block/chorus_plant_stem_2", "x": 180 },
|
||||
{ "model": "betterend:block/chorus_plant_stem_3", "x": 180 },
|
||||
{ "model": "betterend:block/chorus_plant_stem_4", "x": 180 }
|
||||
]
|
||||
},
|
||||
{
|
||||
"when": { "down": "true" },
|
||||
"apply": [
|
||||
{ "model": "betterend:block/chorus_plant_stem" },
|
||||
{ "model": "betterend:block/chorus_plant_stem_2" },
|
||||
{ "model": "betterend:block/chorus_plant_stem_3" },
|
||||
{ "model": "betterend:block/chorus_plant_stem_4" }
|
||||
]
|
||||
}
|
||||
]
|
||||
{
|
||||
"multipart": [
|
||||
{
|
||||
"when": { "OR": [
|
||||
{"up": "false"},
|
||||
{"down": "false"}
|
||||
]},
|
||||
"apply": { "model": "betterend:block/chorus_plant_center" }
|
||||
},
|
||||
{
|
||||
"when": {"north": "true"},
|
||||
"apply": [
|
||||
{ "model": "betterend:block/chorus_plant_stem", "x": 90, "y": 180 },
|
||||
{ "model": "betterend:block/chorus_plant_stem_2", "x": 90, "y": 180 },
|
||||
{ "model": "betterend:block/chorus_plant_stem_3", "x": 90, "y": 180 },
|
||||
{ "model": "betterend:block/chorus_plant_stem_4", "x": 90, "y": 180 }
|
||||
]
|
||||
},
|
||||
{
|
||||
"when": { "east": "true" },
|
||||
"apply": [
|
||||
{ "model": "betterend:block/chorus_plant_stem", "x": 90, "y": 270 },
|
||||
{ "model": "betterend:block/chorus_plant_stem_2", "x": 90, "y": 270 },
|
||||
{ "model": "betterend:block/chorus_plant_stem_3", "x": 90, "y": 270 },
|
||||
{ "model": "betterend:block/chorus_plant_stem_4", "x": 90, "y": 270 }
|
||||
]
|
||||
},
|
||||
{
|
||||
"when": { "south": "true" },
|
||||
"apply": [
|
||||
{ "model": "betterend:block/chorus_plant_stem", "x": 90 },
|
||||
{ "model": "betterend:block/chorus_plant_stem_2", "x": 90 },
|
||||
{ "model": "betterend:block/chorus_plant_stem_3", "x": 90 },
|
||||
{ "model": "betterend:block/chorus_plant_stem_4", "x": 90 }
|
||||
]
|
||||
},
|
||||
{
|
||||
"when": { "west": "true" },
|
||||
"apply": [
|
||||
{ "model": "betterend:block/chorus_plant_stem", "x": 90, "y": 90 },
|
||||
{ "model": "betterend:block/chorus_plant_stem_2", "x": 90, "y": 90 },
|
||||
{ "model": "betterend:block/chorus_plant_stem_3", "x": 90, "y": 90 },
|
||||
{ "model": "betterend:block/chorus_plant_stem_4", "x": 90, "y": 90 }
|
||||
]
|
||||
},
|
||||
{
|
||||
"when": { "up": "true" },
|
||||
"apply": [
|
||||
{ "model": "betterend:block/chorus_plant_stem", "x": 180 },
|
||||
{ "model": "betterend:block/chorus_plant_stem_2", "x": 180 },
|
||||
{ "model": "betterend:block/chorus_plant_stem_3", "x": 180 },
|
||||
{ "model": "betterend:block/chorus_plant_stem_4", "x": 180 }
|
||||
]
|
||||
},
|
||||
{
|
||||
"when": { "down": "true" },
|
||||
"apply": [
|
||||
{ "model": "betterend:block/chorus_plant_stem" },
|
||||
{ "model": "betterend:block/chorus_plant_stem_2" },
|
||||
{ "model": "betterend:block/chorus_plant_stem_3" },
|
||||
{ "model": "betterend:block/chorus_plant_stem_4" }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"parent": "betterend:block/chorus_plant_flower"
|
||||
}
|
||||
{
|
||||
"parent": "betterend:block/chorus_plant_flower"
|
||||
}
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"parent": "betterend:block/chorus_plant_center"
|
||||
}
|
||||
{
|
||||
"parent": "betterend:block/chorus_plant_center"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue