aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/preloader/Preloader_GT_OreDict.java
AgeCommit message (Collapse)Author
2018-02-23Fix NPE in Preloader_GT_OreDict caused by improper use of string formattingDavid Vierra
Passing arbitrary strings as the `format` argument of logging functions is guaranteed to raise various errors. Instead, pass `"%s"` as the `format` argument and the arbitrary strings as the following arguments.
2018-02-22+ Added config for the Large Extruder.Jordan Byrne
+ Added config for machine component assemblers. + Added recipes for Large Extruder and its casings. % Changed default config value for custom circuits. It was true, now it is false. $ Tweaked ASM class handling when conditions are not met.
2018-02-22% Minor project cleanup.Jordan Byrne
2017-12-20+ Added support for GTNH Trinium.Draknyte1
$ Fixed excessive fluid cells being generated. $ Further improve material recycling recipes.
2017-11-27- Removed Mekanism changes if RedTech is loaded.Alkalus
2017-11-06% Redid every Mekanism recipe that required Osmium.Alkalus
2017-11-06+ Added Mekanism support, now it's Osmium and Circuits are useless for ↵Alkalus
Gregtech progression. $ Fixed HF potion entity not rendering. ^ Version Bump.
2017-11-06$ Another NPE catch on the ASM.Alkalus
2017-11-06+ Added raisin juice.Alkalus
$ Added an NPE check to the ASM conditional.
2017-10-08$ Tried to improve the handling of Old circuit config in core mod.Alkalus
2017-10-08+ Added support for the new circuit components added since original ↵Alkalus
implementation.
2017-08-12+ Added Lava Filter recipe.Draknyte1
+ Added Thermal Boiler manual recipe. $ Fixed OreDict ASM. % Changed recipe handling for the Thermal Boiler.
2017-08-09% Rewrote the Preloader mod to now be a dummy mod.Draknyte1
+ Added ASM usage to Preloader. + MC Version annotations to both GT++ and it's child mod GT++ Dark world.
2017-08-08+ Added a new mod component for GT++, titled Preloader. This enables me to ↵Draknyte1
do things prior to Gregtech/etc loading at all. % Tried very hard to remove GT5.09.28+ Circuits from the Ore Dictionary. The OreDict system is broken and this is basically impossible.