Spawners in objects closes

This commit is contained in:
Daniel Mills
2021-08-03 01:37:03 -04:00
parent 6e22d6687c
commit 51a056b3d7
22 changed files with 460 additions and 77 deletions

View File

@@ -70,6 +70,7 @@ public class PlannedStructure {
}
public KList<Runnable> place(IObjectPlacer placer, EngineParallaxManager e) {
Iris.info("PLACED JIGSAW");
KList<Runnable> after = new KList<>();
IrisObjectPlacement options = new IrisObjectPlacement();
options.getRotation().setEnabled(false);