diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2016-10-26 06:53:09 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2016-10-26 06:53:09 +1000 |
commit | a6eb4f42104516ecf26c7ee7272326446cc389ca (patch) | |
tree | 292be0cb39ba2db6c97ff097be94c7000bbc3f6e /src/Java/gtPlusPlus/xmod/gregtech/api | |
parent | 39ba9e4d5f528b21397977807eae5eb9e62988d1 (diff) | |
download | GT5-Unofficial-a6eb4f42104516ecf26c7ee7272326446cc389ca.tar.gz GT5-Unofficial-a6eb4f42104516ecf26c7ee7272326446cc389ca.tar.bz2 GT5-Unofficial-a6eb4f42104516ecf26c7ee7272326446cc389ca.zip |
+ Enabled the Alloy Blast Smelter.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java | 2 |
1 files changed, 1 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 e69ab529c6..dbf2e9f877 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java @@ -100,7 +100,7 @@ public enum GregtechItemList implements GregtechItemContainer { Food_Baked_Raisin_Bread, //For sintering TODO - Industrial_SinterFurnace, + Industrial_AlloyBlastSmelter, //Block that enables uplink to a superconductor network SuperConductorInputNode, |