add some invisible blockstates to flax, rapeseed, and sunflowers, so they render properly in the EGH

This commit is contained in:
Pyritie 2026-01-06 14:17:50 +00:00
parent db3428c20b
commit 8c77b72369
3 changed files with 44 additions and 11 deletions

View file

@ -1,15 +1,15 @@
{
"variants": {
"age=0": {
"age=0,part=bottom": {
"model": "tfg:block/crop/flax_age_0"
},
"age=1": {
"age=1,part=bottom": {
"model": "tfg:block/crop/flax_age_1"
},
"age=2": {
"age=2,part=bottom": {
"model": "tfg:block/crop/flax_age_2"
},
"age=3": {
"age=3,part=bottom": {
"model": "tfg:block/crop/flax_age_3"
},
"age=4,part=bottom": {
@ -21,6 +21,18 @@
"age=6,part=bottom": {
"model": "tfg:block/crop/flax_age_6_bottom"
},
"age=0,part=top": {
"model": "minecraft:block/air"
},
"age=1,part=top": {
"model": "minecraft:block/air"
},
"age=2,part=top": {
"model": "minecraft:block/air"
},
"age=3,part=top": {
"model": "minecraft:block/air"
},
"age=4,part=top": {
"model": "tfg:block/crop/flax_age_4_top"
},

View file

@ -1,12 +1,12 @@
{
"variants": {
"age=0": {
"age=0,part=bottom": {
"model": "tfg:block/crop/rapeseed_age_0"
},
"age=1": {
"age=1,part=bottom": {
"model": "tfg:block/crop/rapeseed_age_1"
},
"age=2": {
"age=2,part=bottom": {
"model": "tfg:block/crop/rapeseed_age_2"
},
"age=3,part=bottom": {
@ -21,6 +21,15 @@
"age=6,part=bottom": {
"model": "tfg:block/crop/rapeseed_age_5_bottom"
},
"age=0,part=top": {
"model": "minecraft:block/air"
},
"age=1,part=top": {
"model": "minecraft:block/air"
},
"age=2,part=top": {
"model": "minecraft:block/air"
},
"age=3,part=top": {
"model": "tfg:block/crop/rapeseed_age_3_top"
},

View file

@ -1,15 +1,15 @@
{
"variants": {
"age=0": {
"age=0,part=bottom": {
"model": "tfg:block/crop/sunflower_age_0"
},
"age=1": {
"age=1,part=bottom": {
"model": "tfg:block/crop/sunflower_age_1"
},
"age=2": {
"age=2,part=bottom": {
"model": "tfg:block/crop/sunflower_age_2"
},
"age=3": {
"age=3,part=bottom": {
"model": "tfg:block/crop/sunflower_age_3"
},
"age=4,part=bottom": {
@ -21,6 +21,18 @@
"age=6,part=bottom": {
"model": "tfg:block/crop/sunflower_age_5_bottom"
},
"age=0,part=top": {
"model": "minecraft:block/air"
},
"age=1,part=top": {
"model": "minecraft:block/air"
},
"age=2,part=top": {
"model": "minecraft:block/air"
},
"age=3,part=top": {
"model": "minecraft:block/air"
},
"age=4,part=top": {
"model": "tfg:block/crop/sunflower_age_4_top"
},