diff --git a/src/main/java/eu/midnightdust/motschen/rocks/block/polymer/model/ItemDisplayNetherGeyserModel.java b/src/main/java/eu/midnightdust/motschen/rocks/block/polymer/model/ItemDisplayNetherGeyserModel.java index f0a4e19..04c2cdf 100644 --- a/src/main/java/eu/midnightdust/motschen/rocks/block/polymer/model/ItemDisplayNetherGeyserModel.java +++ b/src/main/java/eu/midnightdust/motschen/rocks/block/polymer/model/ItemDisplayNetherGeyserModel.java @@ -30,7 +30,6 @@ public class ItemDisplayNetherGeyserModel extends ConditionalBlockModel { this.main.setDisplaySize(1, 1); this.main.setScale(new Vector3f(2)); int rotation = pos.hashCode() % 360; - System.out.println(pos.hashCode() + " " + rotation + " " + pos.hashCode() % 360); this.main.setRightRotation(RotationAxis.POSITIVE_Y.rotationDegrees(rotation)); this.main.setViewRange(0.75f * (RocksConfig.polymerViewDistance / 100f)); this.addElement(this.main);