aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/api
diff options
context:
space:
mode:
authorJordan Byrne <draknyte1@hotmail.com>2018-02-07 22:28:35 +1000
committerJordan Byrne <draknyte1@hotmail.com>2018-02-07 22:28:35 +1000
commitf4ac62247a54c38466fb7544aae63e6d97fb2740 (patch)
treef422cccbd6b944bd163189fe094e9ca4d941b7ae /src/Java/gtPlusPlus/xmod/gregtech/api
parent54cb60e2ba5a9feef685ac369d7eb4b51fc847c0 (diff)
downloadGT5-Unofficial-f4ac62247a54c38466fb7544aae63e6d97fb2740.tar.gz
GT5-Unofficial-f4ac62247a54c38466fb7544aae63e6d97fb2740.tar.bz2
GT5-Unofficial-f4ac62247a54c38466fb7544aae63e6d97fb2740.zip
$ Work on GT Chunkloader.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java5
1 files changed, 4 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 da2b24e38f..bcf4777acd 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java
@@ -284,7 +284,10 @@ public enum GregtechItemList implements GregtechItemContainer {
Super_Chest_LV, Super_Chest_MV, Super_Chest_HV, Super_Chest_EV, Super_Chest_IV,
//Fish Pond
- Casing_FishPond, Industrial_FishingPond,
+ Casing_FishPond, Industrial_FishingPond,
+
+ //Chunkloader
+ GT_Chunkloader_HV,