aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/common
AgeCommit message (Collapse)Author
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$ 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-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$ 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% 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+ Basework for a GT++ based Hand Pump.Alkalus
+ Added some ore veins to Australia Dimension.
2018-07-18+ Added the Base work for a Hand pump, that removes fluids from the input ↵Alkalus
tanks of GT machines.
2018-07-18+ Added Circuit Assembler mode to the Large Auto Crafter (LAC)Alkalus
+ Added ability for Assembler recipes to use OreDictionary. % Changed recipe for Project Table, LAC Controller & Casings to now use TungstenSteel instead of Stainless Steel. % Changed recipe for all PSS Redox Cells.
2018-07-17% Made tooltips on all multiblocks more descriptive, They now identify what ↵Alkalus
base machine they are more easily.
2018-07-17$ Hopefully fixed #276.Alkalus
% Updated Large Assembler Tooltip.
2018-07-17$ Fixed capes not displaying differently for other players.Alkalus
$ Fixed Charging Hatches displaying wrong inventory size. Closes #332.
2018-07-17% Updated tooltip to better reflect output bus requirements. Closes #333.Alkalus
2018-07-17$ Fixed two Multiblocks that have GUI slots not correctly aligning ↵Alkalus
inventory. Closes #334.
2018-07-13+ Added a Base Class to help with Dev/ASM functionality.Alkalus
2018-07-10+ Added pollution info to scanner data for Multiblocks.Alkalus
+ Added muffler requirement to Ore Washing plant tooltip. $ Fixed minimum casing count required on Wash Plant and Fishing Pond.
2018-07-06% Tweaked Changelog Head to compare against in build script.Alkalus
- Removed lots of logging.
2018-07-06^ Version Bump for Local build.Alkalus
$ Fixed Wireless Chargers not properly charging in Long-Range mode. Fixes #291 & Fixes #326. $ Fixed Wireless Chargers not properly filling items up with charge, due to the difference being smaller than the input voltage. % Changed Wrought Iron Frame to Iron Frame in the Mining Explosives recipe.
2018-07-06% Allowed covers on Adv. Boilers, Semi-Fluid Generators & Energy Buffers. ↵Alkalus
Closes #325.
2018-07-06% Improved Pollution Tooltips and other Tooltips in general for Multiblocks.Alkalus
2018-07-06% Rebalanced Pollution for some Multiblocks and added some to others. (This ↵Alkalus
may break existing Multiblocks which may now require a muffler hatch.) Closes #328. % Moved intermod postInit to before recipe generator runs. (Fixes issues where recipes got queued after the generator ran.) $ Fixed some recipes not working in the Large Centrifuge and Large Electrolyzer. Closes #324, Closes #321. $ Fixed some Forestry Frame Recipes not working as intended. $ Further improvement to recipe system.
2018-07-05+ Added in a Villager Replacer.Alkalus
$ More work fixing the recipe system. $ Fixed Villagers not using the correct custom trades. % Changed the Industrial sifter requiring exact amounts of in/output busses.
2018-06-27% Added Tooltip to Adv. EBF to note the new requirement of a Pyrotheum Vent.Alkalus
% Improved Custom Fluid Hatch Tooltips.
2018-06-26$ Advanced boilers now consume the correct 1:160 water:steam ratio and ↵Alkalus
produce the correct amount of steam per second. Fixes #314, also closes https://github.com/GTNewHorizons/NewHorizons/issues/3133.
2018-06-17$ Hopefully fixed the Large Electrolyzer & Centrifuge not processing recipes ↵Draknyte1
like NEI would show. Closes #300, Closes #293, Closes #292.
2018-06-17+ Added the Industrial Mixer.Draknyte1
2018-06-17+ Added low efficiency mode to the Pollution Scrubbers, allowing Rotors to ↵Draknyte1
be saved. Closes #312. + Added ability for Ore Wash Plant to hand Chemical Bathing. Closes #289. % Made Multi-Machine now have a Fluid Extractor mode, this has replaced the Distillery mode. Closes #306. % Updated Multi-Machine manual, to reflect mode C being enabled and it's new Fluid Extractor mode. $ Fixed High Temp Pipe capacities. $ Fixed Ore Wash Plant Tooltip. Closes #302.
2018-06-17+ Added fluid solidifier recipes for Rods, Long Rods, Bolts, Screws and ↵Draknyte1
Rings in GTNH. Closes #310.
2018-06-17$ Fixed #296.Draknyte1
2018-05-29$ Fixed GUI issue with new super buffers.Alkalus
2018-05-29$ More work on threaded super buffers.Alkalus
$ Fixed the infinite item holder.
2018-05-29+ Attempted to make some server friendly threaded Super Buffers.Alkalus
+ Initial work on an infinite item holder, for test setups. % Renamed GregtechSuperTanks.java to GregtechSuperChests.java.
2018-05-28+ Added support for IC2C. (Support means that the game will load if this mod ↵Alkalus
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.
2018-05-27$ Tried to fix console spam for invalid tooltip handling.Alkalus
$ 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.
2018-05-27$ Hopefully fixed issue where BoP limestone is valid for Fluorite.Alkalus
$ Fixed the ABS not using the correct texture on the top layer input hatch. % More internal work on LFTR rewrite.
2018-05-27$ Fixed localization on the Adv. machine tooltips.Alkalus
% Tweaked Tooltip and Lifespan of Giant Eggs.
2018-05-27+ Added a custom ItemEntity for the Large Chicken Eggs, they now hatch in world.Alkalus
+ Added a custom Mutagen Fluid used in making Large Eggs. $ Fixed some issue with BlockPos object having invalid worlds.
2018-05-26% Initial start to LFTR reworking.Alkalus
% Changed around the capes a lil bit.
2018-05-25$ Fixed #281.Alkalus
$ Fixed #282. $ Fixed #284.
2018-05-25+ Added loader for Thaumcraft Researcher Machine.Alkalus
$ Fixed Staballoy constructs exploding as soon as they spawn. $ Fixed chicken renderer. $ Fixed a bug arising from getRandomFromArray(int[]) where it could get index OOB.
2018-05-25+ Added a WeakRef type Automap.Alkalus
+ Added getClassByName(String) to ReflectionUtils.java. + Added lots of handlers to ThaumcraftUtils.java. $ Improved Fake Player handling to only now be held by weak references. Should prevent worlds staying loaded.
2018-05-25+ Initial addition of the TC Researcher.Alkalus
% Tweaked changelog start point.
2018-05-24$ Tried to fix GT ItemList values being called too early when certain mods ↵Alkalus
are loaded, causing them to not be loaded when GT++ is running PreInit(). $ Rewrote system that Autogenerates Recipes for Materials, migrating all recipes to be generated in PostInit() stage now.
2018-05-23% More Crate work.Alkalus
2018-05-23+ Added Base work for the connectable crate multiblock.Alkalus
2018-05-23$ Fixed Chunk Loader initialization.Jordan Byrne
% Moved various chunk handling code to be internal in ChunkManager.java.
2018-05-23$ More improvements to the Chunk Loader ID system. Should now avoid ID ↵Jordan Byrne
conflicts.