Waila temperature should be actual air temp not daily average
Gaelmare opened this issue ยท 1 comments
In the Info Provider:
int temperature = Math.round(ClimateTFC.getActualTemp(world, pos, 0));
That zero is a timeoffset.
In the crop growth check, it checks the temperature back at the last time it updated. That may be some of my confusion.
float temp = ClimateTFC.getActualTemp(worldIn, pos, -te.getTicksSinceUpdate());