diff options
author | Alkalus <draknyte1@hotmail.com> | 2017-11-14 04:49:38 +1000 |
---|---|---|
committer | Alkalus <draknyte1@hotmail.com> | 2017-11-14 04:49:38 +1000 |
commit | 26a516093424c7f2fd637681ae190bc00335a668 (patch) | |
tree | af6fce17daec32d0219a2bda8130b19449c27363 /src/Java/gtPlusPlus/xmod/gregtech/registration | |
parent | 5656a876b3df1722405252177e09292301417472 (diff) | |
download | GT5-Unofficial-26a516093424c7f2fd637681ae190bc00335a668.tar.gz GT5-Unofficial-26a516093424c7f2fd637681ae190bc00335a668.tar.bz2 GT5-Unofficial-26a516093424c7f2fd637681ae190bc00335a668.zip |
+ Added custom books.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/registration')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/Gregtech4Content.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/Gregtech4Content.java b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/Gregtech4Content.java index 1c65a250d0..67005cacf0 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/Gregtech4Content.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/Gregtech4Content.java @@ -76,7 +76,7 @@ public class Gregtech4Content { //Thermal Boiler Manual - ItemStack manual_Boiler = GT_Utility.getWrittenBook( + ItemStack manual_Boiler = Utils.getWrittenBook( "Manual_Thermal_Boiler", "Thermal Boiler Manual", "Alkalus", new String[] { "This Book explains how to set up and run your Thermal Boiler. We are not responsible for any Damage done by this Book itself nor its content.", |