fixed blockstates
This commit is contained in:
parent
c96f9853c3
commit
cdbc2e74bc
6 changed files with 129 additions and 6 deletions
|
|
@ -1 +1,37 @@
|
|||
{"variants":{"age=0":{"model":"tfg:block/crop/rapeseed_age_0"},"age=1":{"model":"tfg:block/crop/rapeseed_age_1"},"age=2":{"model":"tfg:block/crop/rapeseed_age_2"},"age=3,part=bottom":{"model":"tfg:block/crop/rapeseed_age_3_bottom"},"age=4,part=bottom":{"model":"tfg:block/crop/rapeseed_age_4_bottom"},"age=5,part=bottom":{"model":"tfg:block/crop/rapeseed_age_5_bottom"},"age=3,part=top":{"model":"tfg:block/crop/rapeseed_age_3_top"},"age=4,part=top":{"model":"tfg:block/crop/rapeseed_age_4_top"},"age=5,part=top":{"model":"tfg:block/crop/rapeseed_age_5_top"}}}
|
||||
{
|
||||
"variants": {
|
||||
"age=0": {
|
||||
"model": "tfg:block/crop/rapeseed_age_0"
|
||||
},
|
||||
"age=1": {
|
||||
"model": "tfg:block/crop/rapeseed_age_1"
|
||||
},
|
||||
"age=2": {
|
||||
"model": "tfg:block/crop/rapeseed_age_2"
|
||||
},
|
||||
"age=3,part=bottom": {
|
||||
"model": "tfg:block/crop/rapeseed_age_3_bottom"
|
||||
},
|
||||
"age=4,part=bottom": {
|
||||
"model": "tfg:block/crop/rapeseed_age_4_bottom"
|
||||
},
|
||||
"age=5,part=bottom": {
|
||||
"model": "tfg:block/crop/rapeseed_age_5_bottom"
|
||||
},
|
||||
"age=6,part=bottom": {
|
||||
"model": "tfg:block/crop/rapeseed_age_5_bottom"
|
||||
},
|
||||
"age=3,part=top": {
|
||||
"model": "tfg:block/crop/rapeseed_age_3_top"
|
||||
},
|
||||
"age=4,part=top": {
|
||||
"model": "tfg:block/crop/rapeseed_age_4_top"
|
||||
},
|
||||
"age=5,part=top": {
|
||||
"model": "tfg:block/crop/rapeseed_age_5_top"
|
||||
},
|
||||
"age=6,part=top": {
|
||||
"model": "tfg:block/crop/rapeseed_age_5_top"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1 +1,13 @@
|
|||
{"variants":{"mature=false":{"model":"tfg:block/crop/rapeseed_dead_young"},"mature=true,part=top":{"model":"tfg:block/crop/rapeseed_dead_top"},"mature=true,part=bottom":{"model":"tfg:block/crop/rapeseed_dead_bottom"}}}
|
||||
{
|
||||
"variants": {
|
||||
"mature=false": {
|
||||
"model": "tfg:block/crop/rapeseed_dead_young"
|
||||
},
|
||||
"mature=true,part=top": {
|
||||
"model": "tfg:block/crop/rapeseed_dead_top"
|
||||
},
|
||||
"mature=true,part=bottom": {
|
||||
"model": "tfg:block/crop/rapeseed_dead_bottom"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1 +1,16 @@
|
|||
{"variants":{"part=top,mature=true":{"model":"tfg:block/crop/rapeseed_age_5_top"},"part=top,mature=false":{"model":"tfg:block/crop/rapeseed_dead_top"},"part=bottom,mature=true":{"model":"tfg:block/crop/rapeseed_age_5_bottom"},"part=bottom,mature=false":{"model":"tfg:block/crop/rapeseed_dead_bottom"}}}
|
||||
{
|
||||
"variants": {
|
||||
"part=top,mature=true": {
|
||||
"model": "tfg:block/crop/rapeseed_age_5_top"
|
||||
},
|
||||
"part=top,mature=false": {
|
||||
"model": "tfg:block/crop/rapeseed_dead_top"
|
||||
},
|
||||
"part=bottom,mature=true": {
|
||||
"model": "tfg:block/crop/rapeseed_age_5_bottom"
|
||||
},
|
||||
"part=bottom,mature=false": {
|
||||
"model": "tfg:block/crop/rapeseed_dead_bottom"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1 +1,34 @@
|
|||
{"variants":{"age=0":{"model":"tfg:block/crop/sunflower_age_0"},"age=1":{"model":"tfg:block/crop/sunflower_age_1"},"age=2":{"model":"tfg:block/crop/sunflower_age_2"},"age=3":{"model":"tfg:block/crop/sunflower_age_3"},"age=4,part=bottom":{"model":"tfg:block/crop/sunflower_age_4_bottom"},"age=5,part=bottom":{"model":"tfg:block/crop/sunflower_age_5_bottom"},"age=4,part=top":{"model":"tfg:block/crop/sunflower_age_4_top"},"age=5,part=top":{"model":"tfg:block/crop/sunflower_age_5_top"}}}
|
||||
{
|
||||
"variants": {
|
||||
"age=0": {
|
||||
"model": "tfg:block/crop/sunflower_age_0"
|
||||
},
|
||||
"age=1": {
|
||||
"model": "tfg:block/crop/sunflower_age_1"
|
||||
},
|
||||
"age=2": {
|
||||
"model": "tfg:block/crop/sunflower_age_2"
|
||||
},
|
||||
"age=3": {
|
||||
"model": "tfg:block/crop/sunflower_age_3"
|
||||
},
|
||||
"age=4,part=bottom": {
|
||||
"model": "tfg:block/crop/sunflower_age_4_bottom"
|
||||
},
|
||||
"age=5,part=bottom": {
|
||||
"model": "tfg:block/crop/sunflower_age_5_bottom"
|
||||
},
|
||||
"age=6,part=bottom": {
|
||||
"model": "tfg:block/crop/sunflower_age_5_bottom"
|
||||
},
|
||||
"age=4,part=top": {
|
||||
"model": "tfg:block/crop/sunflower_age_4_top"
|
||||
},
|
||||
"age=5,part=top": {
|
||||
"model": "tfg:block/crop/sunflower_age_5_top"
|
||||
},
|
||||
"age=6,part=top": {
|
||||
"model": "tfg:block/crop/sunflower_age_5_top"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1 +1,13 @@
|
|||
{"variants":{"mature=false":{"model":"tfg:block/crop/sunflower_dead_young"},"mature=true,part=top":{"model":"tfg:block/crop/sunflower_dead_top"},"mature=true,part=bottom":{"model":"tfg:block/crop/sunflower_dead_bottom"}}}
|
||||
{
|
||||
"variants": {
|
||||
"mature=false": {
|
||||
"model": "tfg:block/crop/sunflower_dead_young"
|
||||
},
|
||||
"mature=true,part=top": {
|
||||
"model": "tfg:block/crop/sunflower_dead_top"
|
||||
},
|
||||
"mature=true,part=bottom": {
|
||||
"model": "tfg:block/crop/sunflower_dead_bottom"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1 +1,16 @@
|
|||
{"variants":{"part=top,mature=true":{"model":"tfg:block/crop/sunflower_wild_top"},"part=top,mature=false":{"model":"tfg:block/crop/sunflower_dead_top"},"part=bottom,mature=true":{"model":"tfg:block/crop/sunflower_wild_bottom"},"part=bottom,mature=false":{"model":"tfg:block/crop/sunflower_dead_bottom"}}}
|
||||
{
|
||||
"variants": {
|
||||
"part=top,mature=true": {
|
||||
"model": "tfg:block/crop/sunflower_wild_top"
|
||||
},
|
||||
"part=top,mature=false": {
|
||||
"model": "tfg:block/crop/sunflower_dead_top"
|
||||
},
|
||||
"part=bottom,mature=true": {
|
||||
"model": "tfg:block/crop/sunflower_wild_bottom"
|
||||
},
|
||||
"part=bottom,mature=false": {
|
||||
"model": "tfg:block/crop/sunflower_dead_bottom"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue