aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/thermalfoundation
AgeCommit message (Collapse)Author
2018-07-21$ Small Pump fix that allowed mis-use when right clicking.Alkalus
% Moved Ender Pearl fluid extraction to the base TF recipe class.
2018-06-26$ Fixed canning/extraction recipe generation not working correctly. Fixes #317.Alkalus
2018-05-24+ Added a new interface RunnableWithInfo.java. Allows passing through type V ↵Alkalus
and an object, for extra manipulation during runnable events where required. $ Further improvements to the recipe generation system. Added safety catches in case a particular material is having issues, so as not to corrupt the whole map. $ Added extra maps for recipes that get added from auto-generation elsewhere. Cached maps should also register to be run upon creation.
2018-05-22$ Fixed some TF recipes.Jordan Byrne
$ Fixed some Maceration recipes.
2018-04-16$ Fixed Advanced Cryogenic Freezer casing textures for hatches & busses.Jordan Byrne
- Removed shapeless recipes for Pyrotheum and Cryotheum dust in GTNH. + Added Mixer recipes for Pyrotheum and Cryotheum dusts.
2018-02-27$ Organized imports.Jordan Byrne
$ FindBugs fixes.
2018-02-22% Minor project cleanup.Jordan Byrne
2017-12-21+ Added a dimension ID config option which it now will try use if available.Draknyte1
% More work on the Dimension again. $ Fixed NPE caused by disabled material handler. $ Fixed bad fluid used in world generation. # Fixed spawn rate of mobs in custom dimension.
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-04-30+ Re-enabled Enderium for GT .09 by default.Draknyte1
2017-04-30+ Added Resonant Ender.Draknyte1
$ Fixed COFH Fluids having incorrect textures. $ Fixed the recipe for Clay plates not auto-generating.
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.
2017-01-20+ Added a power cost of 32eu/action for the Tree Farmer. (Will eventually ↵Draknyte1
get a config option). % Moved the internal power buffer variable out of the cut method into the class. % Massive project tidy up, lots of old unused code removed or tidied up. $ Fixed lots of String comparisons that used == instead of .equals(). $ Fixed Double/Triple/Quad null checks in certain places. $ Fixed returns that set values at the same time. $ Swapped 3.14 and 1.57 to Math.PI and Math.PI/2. $ Fixed possible cases where a NPE may be thrown, by calling logging outside of null checks. + Added PI to CORE.java, since it's a double and MC uses it as a float in each instance. - Stripped 95% of the useless code out of Meta_GT_Proxy.java
2016-11-23+ Added some @Optional and Reflection checks.Draknyte1
> Not really sure, haven't had a desktop in 2 weeks. Think this fixes alvearies? dunno.
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-25+ Tried improving the handling of Blast Smelting.Draknyte1
+ Tried adding shapeless dust recipes for all of my alloys. (The shapeless recipe system is dumb) + Added a custom GUI for NEI recipes for the Blast Smelter. % Refactored some Utils classes.
2016-09-11[1.4.6.5.2-release]Draknyte1
+ Added the Multitank, 3x3x20, at biggest, minimum 3x3x4 (Height wise) $ Fixed TF stuff loading when it shouldn't, again.
2016-09-10+ Added the first proper chemical dehydrator recipes, for Lithium carbonate.Draknyte1
+ Added methods to UtilsItems to check if something is radioactive and how radioactive it is 0-3. - Removed all old dehydrator recipes used in testing. - Removed some old hard-coded items now generated by the material handler. (No items will be lost, as I doubt anyone ever obtained them.) $ Fixed some broken textures after refactoring the entire project a few commits ago.
2016-09-07% Refactored the entire project to stop using MiscUtils everywhere possible, ↵Draknyte1
now it's gtPlusPlus.