Age | Commit message (Collapse) | Author |
|
+ Added a custom Mutagen Fluid used in making Large Eggs.
$ Fixed some issue with BlockPos object having invalid worlds.
|
|
- Removed ASM logging, unless Hidden NEI entries are shown.
$ Hopefully fixes lots of Dehydrator recipes that may not have been working.
|
|
$ Fixed Large Auto-Assembler Name.
$ Possible fix for #239.
$ Other Bug Fixes.
$ Fixed Old School Circuits breaking Integrated Circuit Recipes.
% Made Adv. EBF. Use new casing textures.
% Streamlined Old School Circuit function call locations to a single handler.
% Cleaned up ASM Logging.
|
|
$ FindBugs fixes.
|
|
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.
|
|
$ Fixed ASM circular loading issue.
|
|
+ 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.
|
|
|
|
% Package cleanup.
- Removed /Bed command.
|
|
+ Added the Fish Pond.
$ Added support for more textures in TAE.java.
- Disabled GT ASM.
|
|
+ Added Sludge output to the Wash Plant.
$ Finished the Cutting Factory.
$ GT ASM.
% Improved tooltips on Maceration Stack, Industrial Sifter & Wash Plant.
|
|
|
|
|
|
$ Fixed Super Chest ID collision.
% Made Super Chests hold 1/2 as much.
|
|
$ More work on Gregtech ASM.
> NBTTagCompound is now created in MetaTileEntity. getDrops() & breakBlock() are also both overwritten.
|
|
|
|
% Mild re-arrangement to CI.java.
|
|
% More ASM work on getDrops fix.
$ Made GT++ Materials utilise GT TextureSets.
$ Made Ore blocks use the most prominent texture set based on it's component materials.
$ Fixed https://github.com/GTNewHorizons/NewHorizons/issues/2522.
$ Fixed materials that require a blast furnace being fluid extractable.
$ Fixed https://github.com/GTNewHorizons/NewHorizons/issues/2530.
|
|
7ddb7f5e8ed9fe60b730183c7a04f3bce3b8f815.
+ Added a handler for class transformers.
% Added test case to tiered tanks for NBT storing.
- Removed logging from some reflection calls.
|
|
% 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.
|
|
$ Fixed excessive fluid cells being generated.
$ Further improve material recycling recipes.
|
|
|
|
|
|
Gregtech progression.
$ Fixed HF potion entity not rendering.
^ Version Bump.
|
|
|
|
$ Added an NPE check to the ASM conditional.
|
|
% Tweaked logging on the ASM transformer.
^ Version bump.
|
|
|
|
|
|
|
|
$ Fixed a spelling mistake in the circuit components to hide list.
^ Version Bump.
|
|
implementation.
|
|
|
|
+ Added Thermal Boiler manual recipe.
$ Fixed OreDict ASM.
% Changed recipe handling for the Thermal Boiler.
|
|
+ Added ASM usage to Preloader.
+ MC Version annotations to both GT++ and it's child mod GT++ Dark world.
|
|
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.
|