Stop logging jigsaw places

This commit is contained in:
Daniel Mills 2021-08-04 02:20:52 -04:00
parent 89b4fdef56
commit 5eddfaed98
2 changed files with 1 additions and 2 deletions

View File

@ -81,7 +81,7 @@ public abstract class EngineAssignedWorldManager extends EngineAssignedComponent
if(pr != null) if(pr != null)
{ {
e.getEntity().getWorld().playSound(e.getEntity().getLocation(), Sound.BLOCK_END_PORTAL_FRAME_FILL, 1f, 0.2f); e.getEntity().getWorld().playSound(e.getEntity().getLocation(), Sound.ITEM_TRIDENT_THROW, 1f, 1.6f);
((EnderSignal) e.getEntity()).setTargetLocation(new Location(e.getEntity().getWorld(), pr.getX(), 40, pr.getZ())); ((EnderSignal) e.getEntity()).setTargetLocation(new Location(e.getEntity().getWorld(), pr.getX(), 40, pr.getZ()));
} }
} }

View File

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