diff options
author | MadMan310 <66886359+MadMan310@users.noreply.github.com> | 2022-10-07 12:05:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-07 21:05:23 +0200 |
commit | feba52916774639c0f4076160ab75b2a7e926a49 (patch) | |
tree | ed008effaae36923e70ced9d785d4225c0a0cf10 /src/main/java/gtPlusPlus/xmod/gregtech/api/enums | |
parent | b2d57d8d8c8ad427b19a662101bff1c8a23e2a93 (diff) | |
download | GT5-Unofficial-feba52916774639c0f4076160ab75b2a7e926a49.tar.gz GT5-Unofficial-feba52916774639c0f4076160ab75b2a7e926a49.tar.bz2 GT5-Unofficial-feba52916774639c0f4076160ab75b2a7e926a49.zip |
Mega Alloy Blast Smelter (#394)
* Initial commit
* added BW dependancy & runtime
* dimmminsishing returns on coil discount, fix other stuff
* Coil discount is now a linear function
* spotlessApply
* Add recipe
* Fixed scanner recipe
Diffstat (limited to 'src/main/java/gtPlusPlus/xmod/gregtech/api/enums')
-rw-r--r-- | src/main/java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java b/src/main/java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java index cee5131f67..83e765c11b 100644 --- a/src/main/java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java +++ b/src/main/java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java @@ -265,6 +265,7 @@ public enum GregtechItemList implements GregtechItemContainer { Industrial_AlloyBlastSmelter, Casing_Coil_BlastSmelter, Casing_BlastSmelter, + Mega_AlloyBlastSmelter, // Industrial Electrolyzer Industrial_Electrolyzer, |