9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-26 02:29:14 +00:00
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
{
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)