aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gregtech/api/util/MultiblockRecipeMapHandler.java
AgeCommit message (Collapse)Author
2018-02-27$ Organized imports.Jordan Byrne
$ FindBugs fixes.
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-12-10% Major Refactor of the base GT++ class.Jordan Byrne
% Moved Config Handling to it's own class. % Renamed configSwitches.class to ConfigSwitches.class. + Added framework for Segment Analytics.
2017-09-08$ Improved multiblock recipe handling.Alkalus