SCALING DOWN THE STRONGHOLD BUILDING

This commit is contained in:
2024-07-07 20:51:01 -05:00
parent bd4e34e0e1
commit 31385ee533
-2
View File
@@ -671,7 +671,6 @@ public class Mine extends AbstractGameObject {
}
//update tower to become stronghold mesh
tower.setMeshScale(new Vector3f(1.25F,1.25F,1.25F));
tower.setMeshUUID(5001500);
//create elite mobs
@@ -729,7 +728,6 @@ public class Mine extends AbstractGameObject {
}
//update tower to become Mine Tower again
tower.setMeshScale(new Vector3f(1,1,1));
tower.setMeshUUID(1500100);
this.setActive(false);