diff options
author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-05-25 13:40:27 +1000 |
---|---|---|
committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-05-25 13:40:27 +1000 |
commit | 7e0c8425eca0e2ea097e4aad0d44ed8cdb0f4690 (patch) | |
tree | 84428e20b68c0a2999b72314e0231d44067e87b0 /src/Java/gtPlusPlus/xmod/thaumcraft | |
parent | 2b73e75c4de865c05c5cb48bc9e91b1754a37c0c (diff) | |
download | GT5-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/thaumcraft')
-rw-r--r-- | src/Java/gtPlusPlus/xmod/thaumcraft/util/ThaumcraftUtils.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Java/gtPlusPlus/xmod/thaumcraft/util/ThaumcraftUtils.java b/src/Java/gtPlusPlus/xmod/thaumcraft/util/ThaumcraftUtils.java index 399604b93b..2f5400e5f2 100644 --- a/src/Java/gtPlusPlus/xmod/thaumcraft/util/ThaumcraftUtils.java +++ b/src/Java/gtPlusPlus/xmod/thaumcraft/util/ThaumcraftUtils.java @@ -31,8 +31,6 @@ import thaumcraft.api.aspects.Aspect; import thaumcraft.api.aspects.AspectList; import thaumcraft.api.crafting.*; import thaumcraft.api.research.*; -import thaumcraft.common.Thaumcraft; -import thaumcraft.common.items.ItemResearchNotes; import thaumcraft.common.lib.research.ResearchManager; import thaumcraft.common.lib.research.ResearchNoteData; import thaumcraft.common.lib.utils.HexUtils; |