aboutsummaryrefslogtreecommitdiff
path: root/src/Java/miscutil/xmod/gregtech/api/interfaces
AgeCommit message (Collapse)Author
2016-09-06+ Made Energy Crystal have a different recipe every day. (There is about 300 ↵Draknyte1
possible permutations) % Tried adding another recipe handler for the dehydrator. > This one combines the mixer input, fluid input, fluid output, with a sifter multi output and chance.
2016-09-05+ Added Lithium Carbonate recipes.Draknyte1
+ Added some fluid textures. % Changed names to be mixes on some fluids.
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-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.