BlackJar72 / ClimaticBiomePlacement

An landmass generator and biome provider for Minecraft
https://minecraft.curseforge.com/projects/climatic-biome-placement?gameCategorySlug=mc-mods&projectID=297361
MIT License
16 stars 5 forks source link

The Noise Function I Added is Broken #49

Closed BlackJar72 closed 4 years ago

BlackJar72 commented 4 years ago

The noise function I added to this was broken somehow in changing over from java,util.Random to using my spatial hash function. Though the spatial hash clearly has good random properties, the noise isn't noise at all but a fairly simple repearing octagonal pattern.

BlackJar72 commented 4 years ago

This was only broken for floats, not doubles, and is now fixed for doubles.