mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Fix focus mode causing failing chunks
This commit is contained in:
parent
322d1ad75c
commit
e3cc04f538
@ -115,6 +115,12 @@ public class IrisComplex implements DataProvider {
|
|||||||
fluidHeight = engine.getDimension().getFluidHeight();
|
fluidHeight = engine.getDimension().getFluidHeight();
|
||||||
generators = new KList<>();
|
generators = new KList<>();
|
||||||
focus = engine.getFocus();
|
focus = engine.getFocus();
|
||||||
|
|
||||||
|
if(focus != null)
|
||||||
|
{
|
||||||
|
focus.setInferredType(InferredType.LAND);
|
||||||
|
}
|
||||||
|
|
||||||
IrisRegion focusRegion = focus != null ? findRegion(focus, engine) : null;
|
IrisRegion focusRegion = focus != null ? findRegion(focus, engine) : null;
|
||||||
RNG rng = new RNG(engine.getWorld().seed());
|
RNG rng = new RNG(engine.getWorld().seed());
|
||||||
//@builder
|
//@builder
|
||||||
|
Loading…
x
Reference in New Issue
Block a user