From 95488b91afcca3818ffd07ab52b3b3d3bb50ec54 Mon Sep 17 00:00:00 2001 From: Martin Prokoph Date: Wed, 26 Mar 2025 13:13:45 +0100 Subject: [PATCH] fix: Nether Geyser Polymer log spam - Closes #48 --- .../rocks/block/polymer/model/ItemDisplayNetherGeyserModel.java | 1 - 1 file changed, 1 deletion(-) 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);