Initial Stronghold Push

This commit is contained in:
2024-07-07 20:44:24 -05:00
parent 7e457fa17b
commit 9f591b166b
6 changed files with 189 additions and 11 deletions
+4
View File
@@ -821,6 +821,10 @@ public class Building extends AbstractWorldObject {
return this.meshScale;
}
public void setMeshScale(Vector3f scale) {
this.meshScale = scale;
}
public final int getMeshUUID() {
return this.meshUUID;
}