From 26a516093424c7f2fd637681ae190bc00335a668 Mon Sep 17 00:00:00 2001 From: Alkalus Date: Tue, 14 Nov 2017 04:49:38 +1000 Subject: + Added custom books. --- .../xmod/gregtech/registration/gregtech/Gregtech4Content.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Java/gtPlusPlus/xmod/gregtech/registration') 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.", -- cgit