forked from SteamWar/SteamWar
Update every Back item to use the new texture
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user