Age | Commit message (Collapse) | Author |
|
like NEI would show. Closes #300, Closes #293, Closes #292.
|
|
exists.. maybe? Should fix #287, I guess.)
+ Added tooltips to turbines if the animated textures are on, if user holds shift full tooltip will be shown.
- Removed some Thaumcraft logging.
% More changes to fix NEI handler for Multiblocks.
% Moved Tooltip handling for a few things from the EIO handler to a generic handler.
$ Fixed %'s not showing (third time lucky) on NEI pages.
|
|
$ Fixed NEI handler not showing % chances for recipes. (maybe?)
$ Fixed Trinium not working correctly in GTNH.
$ Fixed invalid cape lookups.
% Tweaked recipe for Max tier Redox cells.
% Tweaked name of Control Circuit.
|
|
$ Fixed the ABS not using the correct texture on the top layer input hatch.
% More internal work on LFTR rewrite.
|
|
% Tweaked casing name.
|
|
See: https://gist.github.com/leagris/b86e49ce6de85f37a1db96fced5b014a
|
|
$ Fixed massive log spam in Dev environments.
$ Cached another reflection call.
|
|
$ Fixed many .08 compat issues stemming from use of newer NEI handler features in .09.
$ Redid a lot of GT_Recipe and Recipe_GT handling.
$ Fix to Adv. Vacuum Freezer recipe handling.
$ Fixed NEI not loading Multiblock Handler.
$ Fixed various crashed from NEI.
|
|
$ Greatly improved NEI support for Industrial Machines.
$ Fixed Unbalanced cell recipes in the Industrial Centrifuge and Industrial Electrolyzer.
|
|
Freezer Recipes.
|
|
type).
$ Added a check to ensure the inputs and outputs of all Adv. Cryo Freezer contain equal cell counts (Some Plasmas do not have a non-cell version, plus things like carbon becomes a solid).
|
|
the same way the Large Chemical Reactor does.
|
|
onLoadComplete() to ensure it's called after all mods are initialized.
|
|
+ Added Recipe for Multi-Machine and Multi-Use Casings.
% Improved Multi-Machine Manual.
$ Made Multi-Machine functional, disabled mode 3.
|
|
$ FindBugs fixes.
|
|
|
|
% Package cleanup.
- Removed /Bed command.
|
|
|
|
|
|
|
|
|
|
$ Made the Fishing Pond cache reflection data from WeightedRandomFishable objects.
$ Fixed the Fish Pond not outputting correct stack sizes. (They were all 0)
|
|
|
|
+ Added the Fish Pond.
$ Added support for more textures in TAE.java.
- Disabled GT ASM.
|
|
% 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.
|
|
% Moved Config Handling to it's own class.
% Renamed configSwitches.class to ConfigSwitches.class.
+ Added framework for Segment Analytics.
|
|
% More Nitro work.
|
|
% Did work on the CFR.
$ Fixed a tooltip on the Pollution Detector.
|
|
+ Added a config for the Cutting Factory.
% Hid Generator Array Logging.
|
|
|
|
$ Fixed the issue where two textures would become Fusion Reactor casings. Fixed thanks to @Technus
|
|
+ Added a Combined recipe for the HG-1223 Super Conductor.
% Slight tweak to material generator.
|
|
% Texture changes to COMET casings.
|
|
|
|
- Removed logging.
|
|
|
|
% More cleaned up code.
|
|
handling.
$ Cleaned up some code.
|
|
|
|
+ Added Thermal Boiler manual recipe.
$ Fixed OreDict ASM.
% Changed recipe handling for the Thermal Boiler.
|
|
+ Added Lava + Water = Steam recipe to the Hot Fuels recipe map.
|
|
$ Fixed issue where RTGs would revert back to HV after a restart/rejoin.
$ Fixed the Thermal Boiler Assembly.
% Migrated TAE to use slot 96+.
+ Added some extra logging to verify.
$ Made Shelves have textures.
|
|
|
|
+ Added RTG fuel use recipes for RTG Pellets.
|
|
> Idea suggested by @Dragon2488 - Always saving my ass.
|
|
> This will be a config option to avoid a requirement of remerging it back into Gregtech itself.
> Although the new circuits will exist and have recipes, updating from a pre .09.28 world to .28+ will allow automation to continue working.
> New circuits produced will have correct oredict and will continue being used in recipes.
|
|
$ Implemented Texture Array Expansion.
> This fixes the issue of hatches not using the correct textures.
|
|
+ Added a recipe for every impure dust -> clean dust to simple washer.
|
|
+ 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.
|
|
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
|