aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-15+ Added custom doors.Alkalus
+ Added new Rocket Fuels and various chemical compounds to produce them. + Added an ASM fix that removes Diesel and EIO/GC Rocket Fuel from GC and allows use of all 4 GT++ fuels instead. % Reworked Rocket Engine generators, to now use new fuels and produce heavy pollution. $ Fixed bug that could corrupt the Fluid Registry.
2018-09-14$ Fixed the XP Convertor.Alkalus
% Rewrote base tile entity system. % Added hashCode() to Pair.java. % Changed some calculations on Materials. % Made Rocket Engines produce heavy pollution.
2018-09-13+ Added some Average functions to MathUtils.java.Alkalus
+ Added a Proxy Grabber function to Meta_GT_Proxy.java. % Tweaked fuel values for Coal Gas & Coal Tar. $ Fixed issue with Semifluid Fuel generation where none were excluded. - Removed Logging from material Generation.
2018-09-13% Buffed the Semi-Fluid Generators.Alkalus
$ Fixed an infinite loop in GregtechMeta_MultiBlockBase.java. $ Fixed Mimir's Fusion recipes not displaying in NEI.
2018-09-12+ Added Advanced Mufflers.Alkalus
+ Added custom overlay textures for new mufflers. % Logging changes. $ Fixed generation of recipes for pocket fusion.
2018-09-12+ Added total luminosity to all Tinkers Construct fluids via ASM.Alkalus
$ Recipe fix for Handpump. % Re-enabled The Pocket Fusion & Generator Arrays. % Updated .gitignore.
2018-09-01% More Texture Tweaks.Alkalus
2018-09-01+ Added some new Casing Textures.Alkalus
2018-09-01% More work to the Naquadah Reactor Mark XII.Alkalus
2018-09-01$ Hopefully fixed a bug where TAE would return the wrong casing IDs.Alkalus
% Cleaned up and re-organised GregtechItemList.java.
2018-09-01$ Reworked the Chunk loaders.Alkalus
> Maybe they work now?
2018-09-01% More work on LNR.Alkalus
2018-09-01+ Added a Large Naquadah Reactor.Alkalus
+ Added a Custom Naquadah Input hatch for the Reactor.
2018-08-31$ Final touch-ups to the Grindle.Alkalus
2018-08-31$ Massive Improvements to the Grindle.Alkalus
2018-08-31+ Totally redone Chinese Localization by @huajijam#6235. Thank you very much! :)Alkalus
2018-08-31+ Actually uploaded all of the assets for the new covers, items & overlays.Alkalus
% Renamed IChunkLoader.java to IChunkLoaderTile.java.
2018-08-31$ Hopefully fixed an exploit that caused Fluorite to drop from Fake Players, ↵Alkalus
this should resolve https://github.com/GTNewHorizons/NewHorizons/issues/2815.
2018-08-31$ Fixed the Large Cutting Machine requiring Air blocks in front of it. Final ↵Alkalus
touch to #348.
2018-08-31$ Fixed Cost/t and Total time taken for two recipes using Ethylbenzene as an ↵Alkalus
anti-knock agent for fuels. Fixes https://github.com/GTNewHorizons/NewHorizons/issues/3544.
2018-08-29+ Added Overflow Valve Covers.Alkalus
+ Added new overlays for Multiblock controllers in GT++. ^ Version Bump to v1.7.02.09. ^ Bumped Recommended version. % Enabled values() for ObjMaps. % Changed .gitignore to no longer ignore the assets directory. % Removed a compilation warning in FishTrapHandler.java.
2018-08-26+ Added Russian .lang file, translated by Wolfpup and Indeed.Alkalus
% Further tweaks to GUI handling.
2018-08-26+ Added new GUIs for more multiblocks.Alkalus
% Rewrote the way multiblocks in GT++ handle GUIs, to allow for more flexibility.
2018-08-23% Logging clean-up for turbine removals.Alkalus
2018-08-23% Shuffled some thing around in the proxies.Alkalus
2018-08-23+ Added recipe for Large Mixer controller, closes #355.Alkalus
2018-08-23+ Added a cut-off point for all sizes of Turbines, so all useless ones are ↵Alkalus
now removed entirely. Closes #344 via implementation.
2018-08-23- Removed EIO fuels being registered when in GTNH.Alkalus
2018-08-23% Made Ethylbenzene knocking recipes require EV for GTNH, or HV otherwise.Alkalus
2018-08-23% Made Substation Redox cells more expensive. Closes #331.Alkalus
2018-08-23$ Fixed a handful of custom armour bugs.Alkalus
$ Fixed repulsions of entities on the Tin Foil Hat.
2018-08-23+ Added the legendary Tin Foil Hat. Part of #343.Alkalus
2018-08-23$ Fixed a bug that would occur using older GT versions, due to materials not ↵Alkalus
existing. Fluids are now obtained by name, and if none are found pollution outputs are disabled.
2018-08-22$ Fixed an issue where old style circuits would constantly load up, ignoring ↵Alkalus
all configuration settings. $ Tweaked Vanilla Sleeping at heights fix. + Added an interface for bug fixes, for future flexibility.
2018-08-22^ Version bump.Alkalus
2018-08-22$ Fixed a bug where adding valid biomes for villages in Australia could ↵Alkalus
cause an UnsupportedOperationException. + Added new Beta Tester for Capes.
2018-08-18$ Fixed weird crash with GT++ Ore Renderer, no idea what caused it. Closes #329.Alkalus
2018-08-18$ Fixed Pollution scrubbers, which now have the correct slots automatable. ↵Alkalus
Closes #346. % Updated scrubber tooltips to reflect that the rotors are not automatable.
2018-08-18$ Re-added code that got diffed out by mistake.Alkalus
2018-08-18$ Fixed a rather major issue which effects all GT++ Multis. Log files should ↵Alkalus
no longer grow by the gigabyte every hour.
2018-08-18% Made the Large Extruder and Large Wiremill be more flexible on where they ↵Alkalus
allow hatches/buses when built. Closes #350. % Removed the Air Requirements for the Large Extruder and Large Wiremill, allowing even more flexible builds. Closes #348 $ Fixed Large Material press causing a hotbar issue. Closes #349
2018-08-18+ Added Forming Press mode to the Large Bending Machine. Closes #347.Alkalus
+ Added a command to dump TC aspect information from all Items & Blocks. Use /DA or /DumpAspects to begin the process. $ Fixed PSS not accepting any tier Hatches. Closes #354, also fixes https://github.com/GTNewHorizons/NewHorizons/issues/3470. $ Fixed Hand-Pumps duping things, because other modders can't follow guidelines. Closes #353. $ Fixed a rare bug involving Hand-Pumps & EU items having getDisplayName() called on them. $ Fixed an issue where some Multiblocks had a bad GUI. $ Removed TC libs from my custom Railcraft build.
2018-07-21+ Gave Tokens icons.Alkalus
$ Fixed some invalid recipe logging for recipes that contained nulls. $ Fixed Custom ores not having a default texture. % Moved Pump Logging, it was moved to WARNING from INFO. - Removed most of old Pump tool code.
2018-07-21+ Added generic token type items to use for various trades.Alkalus
$ Hopefully this fixes Hand Pump recipes.
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-07-21+ Added recipes for all 4 tiers of hand pump.Alkalus
$ Fixed pumps not emptying Vanilla fluid tanks. $ General pump behaviour fixes & improvements.
2018-07-21% Nerfed the PSS, it not longer accepts Energy/Dynamo hatches < HV.Alkalus
% Updated Power book to reflect changes to PSS and added minor details about Redox cells.
2018-07-18% Pump tweaks.Alkalus
2018-07-18% Finished GT tank handling for Hand Pumps.Alkalus
2018-07-18+ Basework for a GT++ based Hand Pump.Alkalus
+ Added some ore veins to Australia Dimension.