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
@@ -113,7 +113,7 @@ public class SchematicSelector {
List<SWListInv.SWListEntry<SchematicNode>> list = new ArrayList<>();
if(depth != 0) {
list.add(new SWListInv.SWListEntry<>(new SWItem(Material.ARROW, Core.MESSAGE.parse("SCHEM_SELECTOR_BACK", player), clickType -> {}), null));
list.add(new SWListInv.SWListEntry<>(new SWItem(Material.ARROW, Core.MESSAGE.parse("SCHEM_SELECTOR_BACK", player), clickType -> {}).setCustomModelData(1), null));
}
for (SchematicNode node : nodes) {