fix: Nether Geyser Polymer log spam

- Closes #48
This commit is contained in:
Martin Prokoph
2025-03-26 13:13:45 +01:00
parent c1bb88702d
commit 95488b91af

View File

@@ -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);