Add some more CustomModelData ids to items

This commit is contained in:
2025-05-29 08:44:58 +02:00
parent c35d4741a0
commit 527bc39d38
3 changed files with 11 additions and 10 deletions
@@ -101,9 +101,9 @@ public class GUI {
});
}
inv.setItem(9, SWItem.getMaterial("LEASH"), SchematicSystem.MESSAGE.parse("GUI_INFO_BACK", player), clickType -> {
inv.setItem(9, new SWItem(SWItem.getMaterial("LEASH"), SchematicSystem.MESSAGE.parse("GUI_INFO_BACK", player), clickType -> {
back.reOpen();
});
}).setCustomModelData(2));
if(node.getOwner() == user.getId()){
if(!node.isDir() && node.getSchemtype().writeable()){