aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/api
diff options
context:
space:
mode:
author‭huajijam <strhuaji@gmail.com>2019-04-26 20:08:28 +0800
committer‭huajijam <strhuaji@gmail.com>2019-04-26 20:08:28 +0800
commit913bb1c0a34045b1aa11901f49107322b1c03b57 (patch)
treecd17df19dab84c7f621bb0482df29a23ff70d75b /src/Java/gtPlusPlus/xmod/gregtech/api
parentff60c00c1fc17acf9200cdf794c185ee329b8446 (diff)
parent915cb904401ec3b67180baa02910efcaaf21370e (diff)
downloadGT5-Unofficial-913bb1c0a34045b1aa11901f49107322b1c03b57.tar.gz
GT5-Unofficial-913bb1c0a34045b1aa11901f49107322b1c03b57.tar.bz2
GT5-Unofficial-913bb1c0a34045b1aa11901f49107322b1c03b57.zip
Automatic synchronization
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java9
1 files changed, 8 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 9b300b1ced..68fe121081 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java
@@ -109,6 +109,13 @@ public enum GregtechItemList implements GregtechItemContainer {
Bomb_Cast_Set, Bomb_Cast_Broken,
Bomb_Cast_Mold,
+ //Charged Items for Tree Farms
+ Farm_Processor_EV,
+ Farm_Processor_IV,
+ Farm_Processor_LuV,
+ Farm_Processor_ZPM,
+ Farm_Processor_UV,
+
//----------------------------------------------------------------------------
@@ -575,7 +582,7 @@ public enum GregtechItemList implements GregtechItemContainer {
*/
//Fluid Void Covers
- Cover_Overflow_ULV, Cover_Overflow_LV, Cover_Overflow_MV, Cover_Overflow_HV, Cover_Overflow_EV, Cover_Overflow_IV,
+ Cover_Overflow_ULV, Cover_Overflow_LV, Cover_Overflow_MV, Cover_Overflow_HV, Cover_Overflow_EV, Cover_Overflow_IV,