mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-07 16:26:14 +00:00
fff
This commit is contained in:
@@ -97,10 +97,10 @@ public class IrisEngine extends BlockPopulator implements Engine
|
||||
MultiBurst.burst.burst(
|
||||
() -> getFramework().getDecorantActuator().actuate(x, z, blocks),
|
||||
() -> getFramework().getDepositModifier().modify(x, z, blocks),
|
||||
() -> getFramework().getPostModifier().modify(x, z, blocks),
|
||||
() -> getFramework().getEngineParallax().insertParallax(x, z, blocks)
|
||||
() -> getFramework().getPostModifier().modify(x, z, blocks)
|
||||
);
|
||||
|
||||
getFramework().getEngineParallax().insertParallax(x, z, blocks);
|
||||
getFramework().recycle();
|
||||
}
|
||||
catch(Throwable e)
|
||||
|
||||
Reference in New Issue
Block a user