diff options
author | Draknyte1 <Draknyte1@hotmail.com> | 2016-09-11 15:37:22 +1000 |
---|---|---|
committer | Draknyte1 <Draknyte1@hotmail.com> | 2016-09-11 15:37:22 +1000 |
commit | e7e3af4e7ff783036cb064adf67df5c9c7fbaf51 (patch) | |
tree | 7fbc5bf78870d4f5559bcc9ecd176ccaac1b0742 /src/Java/gtPlusPlus/GTplusplus.java | |
parent | 9c1f8b82bfbe52c43002a45db897588721dcbb8d (diff) | |
download | GT5-Unofficial-e7e3af4e7ff783036cb064adf67df5c9c7fbaf51.tar.gz GT5-Unofficial-e7e3af4e7ff783036cb064adf67df5c9c7fbaf51.tar.bz2 GT5-Unofficial-e7e3af4e7ff783036cb064adf67df5c9c7fbaf51.zip |
+ Added a Thaumcraft check to Void metal Pipe generation.
% Changed Cell recipes to be cheaper.
% Changed All generated pipes EU/t and time taken, to fall in line with other materials and their tiers.
Diffstat (limited to 'src/Java/gtPlusPlus/GTplusplus.java')
-rw-r--r-- | src/Java/gtPlusPlus/GTplusplus.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/GTplusplus.java b/src/Java/gtPlusPlus/GTplusplus.java index 90b8bb4256..59f7c4e889 100644 --- a/src/Java/gtPlusPlus/GTplusplus.java +++ b/src/Java/gtPlusPlus/GTplusplus.java @@ -156,7 +156,7 @@ implements ActionListener Utils.LOG_INFO("Activating GT OreDictionary Handler, this can take some time."); Utils.LOG_INFO("~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"); Meta_GT_Proxy.activateOreDictHandler(); - Utils.LOG_INFO("Congratulations, a second cake has been baked for you."); + Utils.LOG_INFO("Finally, we are finished. Have some cripsy bacon as a reward."); } @EventHandler |