aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/registration
diff options
context:
space:
mode:
authorAlkalus <draknyte1@hotmail.com>2017-08-25 07:54:08 +1000
committerAlkalus <draknyte1@hotmail.com>2017-08-25 07:54:08 +1000
commit51bf8ba4b428226bd4e0336ab73875920d29cfb1 (patch)
treee66f3d855e071d854b65d1b878e119d0d00ae941 /src/Java/gtPlusPlus/xmod/gregtech/registration
parent0da5ef8eef325a8320971637eb992ef17b70c00d (diff)
downloadGT5-Unofficial-51bf8ba4b428226bd4e0336ab73875920d29cfb1.tar.gz
GT5-Unofficial-51bf8ba4b428226bd4e0336ab73875920d29cfb1.tar.bz2
GT5-Unofficial-51bf8ba4b428226bd4e0336ab73875920d29cfb1.zip
% Changed Autocrafter name.
% Changed Autocrafter Tooltip.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/registration')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/Gregtech4Content.java2
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 d5cb8401c6..4e06d1d3b3 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/Gregtech4Content.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/registration/gregtech/Gregtech4Content.java
@@ -107,6 +107,6 @@ public class Gregtech4Content {
// Gregtech 4 Multiblock Auto-Crafter
Utils.LOG_INFO("Gregtech 4 Content | Registering Multiblock Crafter.");
GregtechItemList.GT4_Multi_Crafter.set(
- new GT4Entity_AutoCrafter(876, "gtplusplus.autocrafter.multi", "Large Autocrafter").getStackForm(1L));
+ new GT4Entity_AutoCrafter(876, "gtplusplus.autocrafter.multi", "Large Scale Auto-Asesembler v1.01").getStackForm(1L));
}
}