aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/thaumcraft
AgeCommit message (Collapse)Author
2018-05-28+ Added support for IC2C. (Support means that the game will load if this mod ↵Alkalus
exists.. maybe? Should fix #287, I guess.) + Added tooltips to turbines if the animated textures are on, if user holds shift full tooltip will be shown. - Removed some Thaumcraft logging. % More changes to fix NEI handler for Multiblocks. % Moved Tooltip handling for a few things from the EIO handler to a generic handler. $ Fixed %'s not showing (third time lucky) on NEI pages.
2018-05-25+ Added loader for Thaumcraft Researcher Machine.Alkalus
$ 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.
2018-05-25+ Added a WeakRef type Automap.Alkalus
+ Added getClassByName(String) to ReflectionUtils.java. + Added lots of handlers to ThaumcraftUtils.java. $ Improved Fake Player handling to only now be held by weak references. Should prevent worlds staying loaded.
2018-05-23$ Rewrote part of the Gradle build scrap.Alkalus
- Removed lots of unused libs and classes, updated some others.
2018-04-16+ Added the Advanced Cryogenic Freezer (Advanced Vacuum Freezer).Jordan Byrne
- Removed some logging.
2018-03-19+ Added some default aspects to all material & ore items.Jordan Byrne
$ Fixed Aspect additions not being added to items. $ More work on the Bedrock Miner.
2018-03-18+ Added TC Aspect support to all Materials.Jordan Byrne
+ Added 5 custom TC Aspects. $ Fixing Buggy name of Mini-Fusion Reactor.
2018-02-27$ Organized imports.Jordan Byrne
$ FindBugs fixes.
2018-02-26$ Findbugs Fixes.Jordan Byrne
2017-12-20- Disabled some logging.Draknyte1
% Minor Project Clean-up, added missing Override annotations to 100+ methods & removed pointless casts. % Moved Logging to it's own class. $ Fixed Multi-block handling of Pollution. $ Fixed the GT 5.09 material enabler system. (From My Side, it's still borked on GTs). + Added a Dynamic Proxy invocation for IMaterialHandler. + Added an AutoMap data type, which is a Auto-incremental ID'd Hashmap wrapper.
2017-11-27$ 5.08.33 compat.Alkalus
2017-11-27$ Hopefully fixed crash when Thaumcraft wasn't loaded.Alkalus
$ Hopefully fixed crash when Forestry wasn't loaded.
2017-11-20+ Added the Upgraded Arcane Alembic.$ Fixed the Upgraded Alchemy Furnace GUI.Alkalus
% Tried to make the 'Upgraded' Alembic & Furnace work better with the vanilla TC versions. $ Fixed the Upgraded Alchemy Furnace causing the tesselator to throw issues. $ Fixes to the Upgraded Arcane Alembic.
2017-11-20$ Fixed the Upgraded Alchemical Furnace being built from heavily obfuscated ↵Alkalus
code. % Adjusted Wither Guard recipe to now output 32x per craft, at the added cost of a Netherstar per craft. % Small formatting changes.
2017-11-20+ Added a faster TC Alchemical Furnace.Alkalus
+ Added a Wither-Proof block. % Tweaked Grindle GUI.