aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gregtech
AgeCommit message (Collapse)Author
2016-10-04+ Started some basic work on implementing custom NBT to ItemBlocks.draknyte1
> Note to self, storing itemstacks as arrays of any kind will make them have huge NBT, don't do it.
2016-09-26- Disabled Psychedelicraft resources.Draknyte1
% Internal changes to dehydrator recipe handler. % Recipe handler now takes an ItemStack[] not two ItemStacks.
2016-09-07% Refactored the entire project to stop using MiscUtils everywhere possible, ↵Draknyte1
now it's gtPlusPlus.
2016-09-06$ Fixed the recipe handlers for the Dehydrator and the Matter Fabricator.Draknyte1
> Matter Fabricator now runs properly without UU-A, just takes 3x longer (not 4x as usual for mass fabs)
2016-09-04% Tried moving my recipe map to extend the GT_Recipe.Draknyte1