mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Fixes
This commit is contained in:
parent
faa4ca33ad
commit
ec452125e2
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user