diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2016-05-24 14:59:49 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2016-05-24 14:59:49 +1000 |
commit | 2859490274895866f864e66ba7ac18882b0dfb53 (patch) | |
tree | 8d9159b619c87dc99386ef4ae9d3a6f2e5c1867f /src/Java/miscutil/gregtech/api/enums/GregtechItemList.java | |
parent | 83595f2379850fadcd17d91dfec49c87fdfd02a3 (diff) | |
download | GT5-Unofficial-2859490274895866f864e66ba7ac18882b0dfb53.tar.gz GT5-Unofficial-2859490274895866f864e66ba7ac18882b0dfb53.tar.bz2 GT5-Unofficial-2859490274895866f864e66ba7ac18882b0dfb53.zip |
+Industrial Press
+New Coke Oven GUI
+Changed casings internally.
+3 Coke Oven Recipes.
Diffstat (limited to 'src/Java/miscutil/gregtech/api/enums/GregtechItemList.java')
-rw-r--r-- | src/Java/miscutil/gregtech/api/enums/GregtechItemList.java | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Java/miscutil/gregtech/api/enums/GregtechItemList.java b/src/Java/miscutil/gregtech/api/enums/GregtechItemList.java index 79ebcd3576..9a2d8c23df 100644 --- a/src/Java/miscutil/gregtech/api/enums/GregtechItemList.java +++ b/src/Java/miscutil/gregtech/api/enums/GregtechItemList.java @@ -52,7 +52,10 @@ public enum GregtechItemList implements GregtechItemContainer { Industrial_Centrifuge, Casing_Centrifuge1, //Coke Oven - Industrial_CokeOven, Casing_CokeOven, Casing_CokeOven_Coil1, Casing_CokeOven_Coil2; + Industrial_CokeOven, Casing_CokeOven, Casing_CokeOven_Coil1, Casing_CokeOven_Coil2, + + //Bending Maching // Plate Press // Press + Industrial_PlatePress; public static final GregtechItemList[] DYE_ONLY_ITEMS = { |