From 7e0c8425eca0e2ea097e4aad0d44ed8cdb0f4690 Mon Sep 17 00:00:00 2001 From: Alkalus <3060479+draknyte1@users.noreply.github.com> Date: Fri, 25 May 2018 13:40:27 +1000 Subject: + Added loader for Thaumcraft Researcher Machine. $ Fixed Staballoy constructs exploding as soon as they spawn. $ Fixed chicken renderer. $ Fixed a bug arising from getRandomFromArray(int[]) where it could get index OOB. --- src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api') diff --git a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java index f223539ecc..81b40cc301 100644 --- a/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java +++ b/src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java @@ -338,7 +338,9 @@ public enum GregtechItemList implements GregtechItemContainer { FusionComputer_UV2, Casing_Fusion_External, Casing_Fusion_Internal, //Crate Box - CrateStorage, + CrateStorage, + + Thaumcraft_Researcher, ; -- cgit