diff options
author | Alkalus <draknyte1@hotmail.com> | 2017-11-15 10:26:36 +1000 |
---|---|---|
committer | Alkalus <draknyte1@hotmail.com> | 2017-11-15 10:26:36 +1000 |
commit | 2cbc0ee9f27bc1d2a21d44d1b4a0c248a315c316 (patch) | |
tree | 0dd83b9e674fc46eadc78b139ea6cd22ccd08b1e /src/Java/gtPlusPlus/xmod/gregtech/api/enums | |
parent | 94d89124d139f6484d3d2fba0773ab9791ed1ef9 (diff) | |
download | GT5-Unofficial-2cbc0ee9f27bc1d2a21d44d1b4a0c248a315c316.tar.gz GT5-Unofficial-2cbc0ee9f27bc1d2a21d44d1b4a0c248a315c316.tar.bz2 GT5-Unofficial-2cbc0ee9f27bc1d2a21d44d1b4a0c248a315c316.zip |
+ Added Wireless Chargers.
> These are a basic design-only implementation for reference, so they may never be completed and are more of a proof of concept.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api/enums')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java index e4da291b17..6a797d9ce0 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java @@ -255,7 +255,12 @@ public enum GregtechItemList implements GregtechItemContainer { //Custom hatches Hatch_Input_Battery_MV, Hatch_Input_Battery_EV, - Hatch_Output_Battery_MV, Hatch_Output_Battery_EV, + Hatch_Output_Battery_MV, Hatch_Output_Battery_EV, + + //Wireless Chargers + Charger_LV, Charger_MV, Charger_HV, + Charger_EV, Charger_IV, Charger_LuV, + Charger_ZPM, Charger_UV, Charger_MAX, |