Changes

Summary

  1. Fix biome detection in some cases (use World.getBiomeGenForCoords (details)
Commit a81a6cab77d697b77b013acb22641a746a937619 by squeek502
Fix biome detection in some cases (use World.getBiomeGenForCoords instead of WorldChunkManager.getBiomeGenAt)
* There is special handling of biomes in Chunk.getBiomeGenForWorldCoords that calling WorldChunkManager.getBiomeGenAt directly skips
* See JakobOvrum/BiomeCrops#7
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/module/ModulePlantGrowth.java (diff)
The file was modifiedsrc/main/java/iguanaman/hungeroverhaul/util/ComponentVillageCustomField.java (diff)