aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/thaumcraft
AgeCommit message (Collapse)Author
2019-03-04+ Added more TC wrappers.Alkalus
2019-03-04+ Added more Wrappers for TC.Alkalus
- Removed some obsolete classes. $ Rewrote more TC code to be reflective.
2019-03-04% More TC Work.Alkalus
2019-03-04- Disabled custom Tinkers Materials for the time being.Alkalus
% Reworking custom TC aspects. % Migrated lots of TC code to be reflective instead.
2019-02-28+ Added a new debug tool.Alkalus
+ Added support for Crops++. + Added Custom Crops & framework to support more in future. + Added basic support for all GT++ Materials within Tinkers Construct. [WIP] + Moderately bad attempt at generating custom Plasma Cooling recipes in the Adv. Vacuum Freezer. [WIP #424] % Reworked logic for Material.java handling Durability, Tool Quality & Harvest Level. % Adjusted frequency of structural checks on the Cyclotron, Now 100x less frequent. % Cleaned up ReflectionUtils.java and made all getters cache their results, for much faster access. % Attempted to adjust logic of FFPP, but I probably broke it. [WIP] % Moved static array of Element Names from IonParticles.java -> ELEMENT.java. $ Greatly improved reflective performance across the mod.
2018-08-18+ Added Forming Press mode to the Large Bending Machine. Closes #347.Alkalus
+ Added a command to dump TC aspect information from all Items & Blocks. Use /DA or /DumpAspects to begin the process. $ Fixed PSS not accepting any tier Hatches. Closes #354, also fixes https://github.com/GTNewHorizons/NewHorizons/issues/3470. $ Fixed Hand-Pumps duping things, because other modders can't follow guidelines. Closes #353. $ Fixed a rare bug involving Hand-Pumps & EU items having getDisplayName() called on them. $ Fixed an issue where some Multiblocks had a bad GUI. $ Removed TC libs from my custom Railcraft build.
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.