aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/api/items
AgeCommit message (Collapse)Author
2018-07-18+ Added the Base work for a Hand pump, that removes fluids from the input ↵Alkalus
tanks of GT machines.
2018-02-27$ Organized imports.Jordan Byrne
$ FindBugs fixes.
2018-02-27$ PMD Cleanup.Jordan Byrne
2018-01-24$ Several 5.08 compat fixes.Jordan Byrne
$ Fixed pollution, which was causing all multiblocks to fail. This was pointed out in #191 by @CodeWarrior0, however I decided to re-do it myself to better handle the .08 compat. $ Fixed all multiblocks being broken as fuck. Fixes #190, fixes #186 and also fixes #176. - Removed some useless logging from the mining explosives.
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-11-27$ Hopefully fixed crash when Thaumcraft wasn't loaded.Alkalus
$ Hopefully fixed crash when Forestry wasn't loaded.
2017-07-10$ Fixed .09 features trying to work in .08.Draknyte1
+ Moved lots of things to reflection again.
2017-06-02+ Added ULV component Textures.Alkalus
2017-04-30$ Fixed dirt not working in the Tree Farmer Frame recipe.Draknyte1
- Removed a touch of old code.
2017-03-04+ New texture for the slow builders ring.Draknyte1
+ Added the Alkalus Disk. $ Fixed Frame Box Assembler Recipes. $ Fixed Missing 7Li material. $ Fixed Tiered Tanks not showing their capacity in the tooltip. $ Fixed tooltips for alloys containing Bronze or Steel. $ Fixed Clay Pipe Extruder Recipes. - Removed a handful of Plasma cells for misc. materials. % Changed the Industrial Coke Oven's tooltip, to better describe the input/output requirements. % Cleaned up The Entire Project.
2016-11-06+ Added two new recipes for etched IV wiring. Should help with #35Draknyte1
+ Re-did imports again, from the desktop, with looser rules.
2016-11-06Revert "$ Cleaned up the entire project."Draknyte1
This reverts commit 0669f5eb9d5029a8b94ec552171b0837605f7747. # Conflicts: # src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMTE_NuclearReactor.java # src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/GregtechMetaTileEntity_MassFabricator.java Revert "% Cleaned up Imports." This reverts commit 3654052fb63a571c5eaca7f20714b87c17f7e966.
2016-11-04$ Cleaned up the entire project.draknyte1
> Much neat, very nices.
2016-11-04% Cleaned up Imports.draknyte1
2016-10-02+ Added missing dependencies.draknyte1
2016-09-23+ Added recipes for all Multipickaxes.Draknyte1
% Improved handling of xmod item integration. % Changed the way the Skookum Choocher works, now it's mode is toggle with shift+Rightclick. - Removed some old textures and committed some classes I missed in earlier updates.
2016-09-19+ More Gt 5.09 compat for my MetaTools.Draknyte1
2016-09-17% Had to remove some overrides as the methods I use probably are renamed in ↵Draknyte1
GT 5.9 (ToDo) - Removed two unused classes.
2016-09-15$ Fixed the Skookum Choocher.Draknyte1
$ Now it Renders properly and functions as a GT-esque type tool. - Removed static calls to excluded build classes. % Started changing things to final in all cases. (Apparently better Java practice)
2016-09-10+ Added Gregtech Fluid Cells, in 1, 16, 36, 144L varieties.Draknyte1
2016-09-10+ Enabled MAX Tier components by default, recipes for 5.9 branch can be ↵Draknyte1
changed, but currently serve no use. % Changed colouring of MAX tier components
2016-09-07% Refactored the entire project to stop using MiscUtils everywhere possible, ↵Draknyte1
now it's gtPlusPlus.