mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +00:00
Stop logging jigsaw places
This commit is contained in:
parent
89b4fdef56
commit
5eddfaed98
@ -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()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user