Add REI Exclusion zones. Closes #2626

This commit is contained in:
drcrazy 2022-08-25 04:00:48 +03:00
parent 5407295bed
commit dde6da28e6
3 changed files with 46 additions and 4 deletions

View file

@ -50,7 +50,7 @@ import java.util.stream.Collectors;
public class SlotConfigGui {
static HashMap<Integer, ConfigSlotElement> slotElementMap = new HashMap<>();
public static HashMap<Integer, ConfigSlotElement> slotElementMap = new HashMap<>();
public static int selectedSlot = 0;