new stronghold mesh

This commit is contained in:
2024-07-07 21:29:14 -05:00
parent 33e105bc7b
commit a9b1356efa
+2 -2
View File
@@ -680,8 +680,8 @@ public class Mine extends AbstractGameObject {
}
//update tower to become stronghold mesh
tower.setMeshUUID(5001500);
tower.setMeshScale(new Vector3f(1,1,1));
tower.setMeshUUID(423600);
tower.setMeshScale(new Vector3f(1.5f,1.5f,1.5f));
InterestManager.setObjectDirty(tower);
WorldGrid.updateObject(tower);