This commit is contained in:
Daniel Mills 2020-07-30 03:52:35 -04:00
parent d92c96ecc2
commit 9d326d240a

View File

@ -128,7 +128,7 @@ public class IrisBiomeDecorator
{ {
try try
{ {
return getBlockData().get(getGenerator(rng.nextParallelRNG((int) (5369431 + z + x + xx + zz))).fit(0, getBlockData().size() - 1, xx, zz)); return getBlockData().get(getGenerator(rng.nextParallelRNG(45622222)).fit(0, getBlockData().size() - 1, xx, zz));
} }
catch(Throwable e) catch(Throwable e)