aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/thaumcraft/objects
AgeCommit message (Collapse)Author
2020-11-05+ Added RTG power Hatch.Alkalus
+ Added better handler for packager recipes. % Moved RTG fuel pellet recipe handling to it's own function. $ Fixed minor oversight in ItemStackData. $ Fixed TC Alchemical Furnace being a laggy PoS. $ Maybe fixed TC Aspect scanner on items with invalid unlocal names.
2019-04-24$ Reverted changes to TC classes.Alkalus
2019-04-24$ Fucked with TC4 integration. Enabled lots of logging.Alkalus
2019-03-05$ More small fixes, Added Tooltips and Proper Localisation for TC4 Aspects.Alkalus
2019-03-04$ More TC fixes.Alkalus
2019-03-04+ Added some ASM to fix Aspect safety in TC.Alkalus
$ Minor fixes to the 5 custom TC4 Aspects.
2019-03-04% Final touches to TC aspects. The 5 custom ones added by GT++ now have ↵Alkalus
names and proper handling.
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.
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-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.