More Bug fixes
Fixed a bug where the biome index was calculated incorrectly.
Details:
- Fixed a bug where the biome index was calculated incorrectly, which led to
getBiomeAt
andsetBiomeAt
methods return and set the wrong biomes. - Added unit tests for the above fix.