aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/plugin/fixes
AgeCommit message (Collapse)Author
2019-10-13+ Added Round-Robinator recipes.Alkalus
% Adjusted Zirconium Carbide tier, and changed the materials used for LV tiered recipes. % Finished work on the Round-Robinator logic. $ Removed PSS log spam. $ Many minor bug fixes.
2019-10-10+ Added OD tag 'rodBlaze' to blaze rods.Alkalus
$ Corrected certain multiblocks not counting their casings during construction. Fixes #549. $ Stopped custom MTE's incorrectly handling getDrops(). Fixes #553. $ Stopped GT++ Multis trying to reduce the 'wait' time on themselves when placed or first loaded. Fixes #556.
2019-08-18$ Fixed NPE in Music Fix.Alkalus
2019-07-26+ Added config option to adjust ingame BGM delays. (Should be working)Alkalus
+ Added a Pest Killer for quick removal of Butterflies and Bats. + Added Hydrogen Cyanide. % Replaced existing assets for the Bat King. % Replaced Bat King Logic, it's now an offensive mob. $ Fixed Bat King model scaling.
2019-03-08+ Added some AgriChem. (You can now use Raw waste as a fuel source)Alkalus
+ Added OreDict names to vanilla items, as was done in Forge 1.8.9. + Added functions to allow other mods to add Semifluid Fuels. + Added functions to handle String data into StringUtils.java. % Renamed getItemStack -> getItemStackFromFQRN. $ Fixed handling of custom cells for fluids using '.' within their names. $ Fixed HF exploit.
2019-03-05$ More small fixes, Added Tooltips and Proper Localisation for TC4 Aspects.Alkalus
2019-03-04$ More minor ASM Fixes/Cleanup.Alkalus
% Cleaned up some logging.
2019-03-04- Removing some logging.Alkalus
$ Fixed Bed Height > 128 not working as intended. $ Fixed IC2 ASM for wrench harvesting. $ Fixed TC4 ASM. $ Fixed Invalid Giant Chicken Texture handling.
2018-09-17+ Added the Large Arc Furnace.Alkalus
% Cleaned up Preloader_Transformer_Handler.java. % Tweaked DevHelper.java.
2018-08-22$ Fixed an issue where old style circuits would constantly load up, ignoring ↵Alkalus
all configuration settings. $ Tweaked Vanilla Sleeping at heights fix. + Added an interface for bug fixes, for future flexibility.
2018-07-17+ Added a fix for beds when sleeping above Y >= 127.Alkalus
% More functionality to Forge Srg handling.