We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6700a60 commit ac3af1eCopy full SHA for ac3af1e
kubejs/server_scripts/tfg/data.js
@@ -309,6 +309,15 @@ const registerTFGCropRanges = (event) => {
309
climate.temperatureWiggle(5.5)
310
}, 'betterend:blossom_berry')
311
312
+ event.climateRange(climate => {
313
+ climate.minHydration(0)
314
+ climate.maxHydration(40)
315
+ climate.minTemperature(-150)
316
+ climate.maxTemperature(15)
317
+ climate.hydrationWiggle(7.5)
318
+ climate.temperatureWiggle(5.5)
319
+ }, 'betterend:bolux_mushroom')
320
+
321
event.climateRange(climate => {
322
climate.minHydration(0)
323
climate.maxHydration(60)
0 commit comments