Move some constants around

This commit is contained in:
2025-05-31 10:04:21 +02:00
parent 083c5c07c2
commit d37a14f280
16 changed files with 143 additions and 136 deletions
@@ -103,7 +103,7 @@ public class GUI {
inv.setItem(9, new SWItem(SWItem.getMaterial("LEASH"), SchematicSystem.MESSAGE.parse("GUI_INFO_BACK", player), clickType -> {
back.reOpen();
}).setCustomModelData(CMDs.SCHEMATIC_GUI_BACK));
}).setCustomModelData(CMDs.Schematic.BACK));
if(node.getOwner() == user.getId()){
if(!node.isDir() && node.getSchemtype().writeable()){