mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-23 09:09:15 +00:00
Fixes
This commit is contained in:
@@ -174,7 +174,21 @@ public class IrisBiomeDecorator
|
||||
return getBlockData().get(0);
|
||||
}
|
||||
|
||||
return getVarianceGenerator(rng.nextParallelRNG(44)).fit(getBlockData(), xx, zz);
|
||||
return getVarianceGenerator(
|
||||
|
||||
rng.nextParallelRNG(44)
|
||||
|
||||
)
|
||||
|
||||
.fit(
|
||||
|
||||
getBlockData()
|
||||
|
||||
,
|
||||
|
||||
xx,
|
||||
|
||||
zz);
|
||||
}
|
||||
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user