got the oil crops all working!

This commit is contained in:
Pyritie 2025-07-06 16:22:01 +01:00
parent 589ed9cf23
commit 88bac4db34
7 changed files with 128 additions and 4 deletions

View file

@ -153,8 +153,8 @@ const registerTFGFauna = (event) => {
const registerTFGCropRanges = (event) => {
event.climateRange(climate => {
climate.minHydration(10)
climate.maxHydration(60)
climate.minHydration(20)
climate.maxHydration(80)
climate.minTemperature(5)
climate.maxTemperature(40)
climate.hydrationWiggle(7.5)