missing climate range for bolux
This commit is contained in:
parent
6700a6022e
commit
ac3af1e410
1 changed files with 9 additions and 0 deletions
|
|
@ -309,6 +309,15 @@ const registerTFGCropRanges = (event) => {
|
|||
climate.temperatureWiggle(5.5)
|
||||
}, 'betterend:blossom_berry')
|
||||
|
||||
event.climateRange(climate => {
|
||||
climate.minHydration(0)
|
||||
climate.maxHydration(40)
|
||||
climate.minTemperature(-150)
|
||||
climate.maxTemperature(15)
|
||||
climate.hydrationWiggle(7.5)
|
||||
climate.temperatureWiggle(5.5)
|
||||
}, 'betterend:bolux_mushroom')
|
||||
|
||||
event.climateRange(climate => {
|
||||
climate.minHydration(0)
|
||||
climate.maxHydration(60)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue