Add REI Exclusion zones. Closes #2626
This commit is contained in:
parent
5407295bed
commit
dde6da28e6
3 changed files with 46 additions and 4 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue