This commit is contained in:
Daniel Mills
2020-11-14 12:29:15 -05:00
parent 0dbff85bd8
commit 657f581a3d
5 changed files with 29 additions and 116 deletions

View File

@@ -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)