Update every Back item to use the new texture

This commit is contained in:
2025-04-21 00:16:49 +02:00
parent fa13872f22
commit 6eb01a61b1
7 changed files with 10 additions and 10 deletions
@@ -91,7 +91,7 @@ public class LaufbauSettings {
});
inv.setItem(49, new SWItem(Material.ARROW, BauSystem.MESSAGE.parse("LAUFBAU_SETTINGS_GUI_BACK", p), clickType -> {
open();
}));
}).setCustomModelData(1));
inv.open();
}