some crop fixes for the greenhouse renderer

This commit is contained in:
Pyritie 2025-12-13 23:33:23 +00:00
parent e3be7d6d1d
commit 0c806488e6
3 changed files with 18 additions and 0 deletions

View file

@ -21,6 +21,9 @@
"age=6,part=bottom": {
"model": "tfg:block/crop/flax_age_6_bottom"
},
"age=7,part=bottom": {
"model": "tfg:block/crop/flax_age_6_bottom"
},
"age=4,part=top": {
"model": "tfg:block/crop/flax_age_4_top"
},
@ -29,6 +32,9 @@
},
"age=6,part=top": {
"model": "tfg:block/crop/flax_age_6_top"
},
"age=7,part=top": {
"model": "tfg:block/crop/flax_age_6_top"
}
}
}

View file

@ -21,6 +21,9 @@
"age=6,part=bottom": {
"model": "tfg:block/crop/rapeseed_age_5_bottom"
},
"age=7,part=bottom": {
"model": "tfg:block/crop/rapeseed_age_5_bottom"
},
"age=3,part=top": {
"model": "tfg:block/crop/rapeseed_age_3_top"
},
@ -32,6 +35,9 @@
},
"age=6,part=top": {
"model": "tfg:block/crop/rapeseed_age_5_top"
},
"age=7,part=top": {
"model": "tfg:block/crop/rapeseed_age_5_top"
}
}
}

View file

@ -21,6 +21,9 @@
"age=6,part=bottom": {
"model": "tfg:block/crop/sunflower_age_5_bottom"
},
"age=7,part=bottom": {
"model": "tfg:block/crop/sunflower_age_5_bottom"
},
"age=4,part=top": {
"model": "tfg:block/crop/sunflower_age_4_top"
},
@ -29,6 +32,9 @@
},
"age=6,part=top": {
"model": "tfg:block/crop/sunflower_age_5_top"
},
"age=7,part=top": {
"model": "tfg:block/crop/sunflower_age_5_top"
}
}
}