mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Fix biome mods
This commit is contained in:
parent
95a7ba0785
commit
9f09052900
@ -72,7 +72,7 @@ public class IrisBiomeActuator extends EngineAssignedActuator<Biome> {
|
|||||||
burst.queue(() -> {
|
burst.queue(() -> {
|
||||||
IrisBiome ib;
|
IrisBiome ib;
|
||||||
for (int zf = 0; zf < h.getDepth(); zf++) {
|
for (int zf = 0; zf < h.getDepth(); zf++) {
|
||||||
ib = getComplex().getTrueBiomeStream().get(modX(finalXf + x), modZ(zf + z));
|
ib = getComplex().getTrueBiomeStream().get(finalXf + x, zf + z);
|
||||||
int maxHeight = (int) (getComplex().getFluidHeight() + ib.getMaxWithObjectHeight(getData()));
|
int maxHeight = (int) (getComplex().getFluidHeight() + ib.getMaxWithObjectHeight(getData()));
|
||||||
if (ib.isCustom()) {
|
if (ib.isCustom()) {
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user