aboutsummaryrefslogtreecommitdiff
path: root/src/Java/miscutil/xmod/gregtech/api/util
AgeCommit message (Collapse)Author
2016-09-04% Tried moving my recipe map to extend the GT_Recipe.Draknyte1
2016-09-04+ More work on recipes for the dehydrator..Draknyte1
2016-09-04+ Added some base Meta Tile Entities to handle my custom recipe system.Draknyte1
+ Added some Test recipes for the Dehydrator. + Added 3 different recipe handlers for the Dehydrator. % Added a new Method in FluidUtils that accepts a fluidstack and amount to return a fluidstack[].
2016-09-02+ Added new Utility classes.Draknyte1
% Changed compat handling for GT to use reflection to check class values.
2016-09-01+ Added some better support for the 5.9 branch of Gregtech.Draknyte1
> Added variable method classes which allow 5.7, 5.8 and 5.9 code segments to co-exist without compile or static link errors.
2016-08-27+ Attempted to add custom IC2 generators.Draknyte1
% Refactored the xmod package to be a parent, beside core. No longer is it a child, it needs room to grow.