AnOpenSauceDev / FastRandom

An optimized rewrite of Minecraft's RNG system, for Fabric!
Apache License 2.0
48 stars 3 forks source link

[QUESTION]: Add to existing server #51

Closed snakeeater98 closed 4 months ago

snakeeater98 commented 4 months ago

Does an issue already cover this?

Issue description.

Since you say it alters the world gen a bit, can i add this to a all ready existing vanilla generated world without strange cutoffs when the new world gen kicks in ?

AnOpenSauceDev commented 4 months ago

if you use 3.0.0+ there will be very little difference. The worst thing happening might be some caves closing off around chunk borders, and possibly a tree of two being cut in half if between some ungenerated chunk borders. After those border chunks generate, it will be seamless from then on.