some crop fixes for the greenhouse renderer
This commit is contained in:
parent
e3be7d6d1d
commit
0c806488e6
3 changed files with 18 additions and 0 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue