aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/bop
AgeCommit message (Collapse)Author
2018-03-24+ Added craftingToolSaw to CI.java.Jordan Byrne
$ Improved handling of Mixer Recipes for alloys. $ Fixed Rainforest Oak not being craftable into planks.
2018-02-27$ Organized imports.Jordan Byrne
$ FindBugs fixes.
2018-02-22% Minor project cleanup.Jordan Byrne
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-08-24% Swapped FFPP checkRecipe logic to use the Fusion Reactor logic for fluid ↵Alkalus
handling. $ Cleaned up some code.
2017-08-12% Made Rainforest Oaks not rely on BoP.Draknyte1
% Tweaked Fish Catcher loot rates. % Tweaked Advanced Boiler output rates.
2017-05-28% Separated Dimension_DarkWorld.java into 7 sub classes, instead of having ↵Draknyte1
them inline. + Added WorldGenRainForestTree_Ex.java, apparently forgot to include it several commits ago.
2017-05-27- Removed some Logging from the Tree classes.Draknyte1
2017-05-27$ Fixed leaf generation on Rainforest Oaks.Draknyte1
$ Fixed leaf drops on Rainforest Oaks. $ Fixed Flammability on custom Logs/Leaves.
2017-05-27$ More work improving the Rainforest Tree generation.Draknyte1
2017-05-27+ Added some modular base tree (Log/Leaf/Sapling) classes.Draknyte1
+ Added BoP Rainforest Trees (Still need a bit of work).