aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/api
diff options
context:
space:
mode:
authorAlkalus <3060479+draknyte1@users.noreply.github.com>2018-05-25 13:40:27 +1000
committerAlkalus <3060479+draknyte1@users.noreply.github.com>2018-05-25 13:40:27 +1000
commit7e0c8425eca0e2ea097e4aad0d44ed8cdb0f4690 (patch)
tree84428e20b68c0a2999b72314e0231d44067e87b0 /src/Java/gtPlusPlus/xmod/gregtech/api
parent2b73e75c4de865c05c5cb48bc9e91b1754a37c0c (diff)
downloadGT5-Unofficial-7e0c8425eca0e2ea097e4aad0d44ed8cdb0f4690.tar.gz
GT5-Unofficial-7e0c8425eca0e2ea097e4aad0d44ed8cdb0f4690.tar.bz2
GT5-Unofficial-7e0c8425eca0e2ea097e4aad0d44ed8cdb0f4690.zip
+ 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.
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/api/enums/GregtechItemList.java4
1 files changed, 3 insertions, 1 deletions
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,
;