aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/core
AgeCommit message (Collapse)Author
2019-05-13+ Added High Quality Industrial Diamond.Alkalus
+ Added various material components. + Added a debug machine used for calling the Garbage Collector. + Added recipe to obtain Hot Water. + Added way to obtain Dragonsblood. + Added lots of quick access fluids directly to FluidUtils. % Updated English Locale. $ Fixed issue preventing all Multiblocks from forming. $ Fixed some minor texture issues.
2019-05-13+ Added 5 lower Tier charging packs.Alkalus
2019-05-12% More work on Advanced Mufflers.Alkalus
2019-05-12- Removed Strontium compound fluid cells.Alkalus
% Expended output slots on ABS from 1 -> 9. $ Minor bug fixes regarding special dust mixer recipes.
2019-05-12+ Added Strontium processing chains.Alkalus
+ Added cutting machine recipes for Blocks -> Plates for GT++ materials. % Adjusted Rare Earth Sifting to no longer give Gd, Yb, Sm instead now provides small ore dust, which can be processed for Yb, Sm and Sr. % Adjusted Strontium RGB and texture set slightly. % Arceus Alloy 2B now requires Strontium as a component.
2019-05-12+ Thermal Boiler now pulls lava filters from an input bus.Alkalus
+ Added some minor GUI functions to GregtechMeta_MultiBlockBase. + Added some new Reflection functions.
2019-04-29$ Fixed bug when breaking blocks which drop their inventory contents.Alkalus
$ Fixed Hardness of Lead Lined Chest. $ Fixed handling of tools/electrics in the Tree Farmer. % Updated English Locale.
2019-04-29$ Fixed Powder Barrel not being set correctly in .08.Alkalus
$ Fixed issue with string comparisons.
2019-04-29$ Potentially Fixed #469.Alkalus
$ Fixed #468 last commit, oops.
2019-04-29$ Fixed lots of minor issues with recipes.Alkalus
% Adjusted cost of Air Intake Hatch mildly.
2019-04-29Fixed #457.Alkalus
2019-04-26+ Added some Items specifically for running Digital Tree Farms.Alkalus
+ Added some Common Energy Utility Classes. + Added ASM to fix handling of hatch slots for busses. (Partial implementation)
2019-04-26$ Fixed a minor oversight regarding MAX tier components in GTNH.Alkalus
2019-04-26% Re-enabled Tree Farmer recipes.Alkalus
- Disabled some logging.
2019-04-24% More work on rewriting the Tree Farmer.Alkalus
% Renamed Tree Farmer Casing. % Cleaned up a few imports. $ Fixed assorted minor bugs with Multis. $ Fixed Issue with GT_Utilities via ASM.
2019-04-24$ Fixed StackOverflow, caused by my negligence to realise this was the base ↵Alkalus
class lookup function.
2019-04-24$ Fucked with TC4 integration. Enabled lots of logging.Alkalus
2019-04-24$ Fixed the GT Proxy getter returning bad fields on the wrong side. ↵Alkalus
(Server/Client) % Minor work on the Tree Farm.
2019-04-23+ Added Rhugnor.Alkalus
+ Added Carbyne as a proper material. $ Fixed ASM Derp in IC2 Hazmat transformer.
2019-04-21$ Moved EBF recipe to try fix NPE.Alkalus
2019-04-20$ Possibly Fixed weird crash.Alkalus
2019-04-18$ Small bit of work on the Deep Earth Drilling Platform.Alkalus
2019-04-18% Made Bombs better.Alkalus
2019-04-18% Improved Mode handling on some tools, Electric lighter now has a ↵Alkalus
projectile mode. $ Fixed Bombs not having a renderer. $ Fixed Mode changing on custom GT Tools. Fixes #80
2019-04-18% Adjusted Semifluid Recipes.Alkalus
2019-04-18$ Fixed Semifluid Generators. Closes #450Alkalus
$ Adjusted Simple Washer IDs.
2019-04-17+ Added an Electric Angle Grinder (File).Alkalus
2019-04-17+ Added 4 more tiers of simple washers.Alkalus
2019-04-17$ Actually Fixed Teflon composition. Possible bug in mixer recipe ↵Alkalus
generation, to investigate. % Nerfed Creosote and Heavy Oil fuel values.
2019-04-17$ Fixed Teflon composition.Alkalus
2019-04-17% Updated Locale.Alkalus
% Adjusted names of three Materials slightly. $ Fixed Multiblocks not consuming inputs by reverting logic back to a previous state. $ Fixed Multiblocks not respecting Control Cores correctly when present. $ Fixed Multiblocks handling of recipes which require boosted outputs. $ Fixed Animation of Large Centrifuges. (Mostly)
2019-04-17% Reverted Pikyonium Alloy component Yttrium -> Ytterbium.Alkalus
$ Better handling of Rare Earth processing removal. Closes #455.
2019-04-17+ Added new sifting recipe for Rare Earth, allowing more lanthanides to be ↵Alkalus
obtained. - Removed Rare Earth centrifuge recipe. $ Corrected the spelling of Aluminium and Caesium.
2019-04-17+ Added rmb information to Energy Buffers to show current Amperage.Alkalus
% Migrated getFieldFromGregtechProxy() from Meta_GT_Proxy.java to StaticFields59.java. $ Fixed hardness/resistance on a few blocks. $ Fixed bad handling of Item Entities by Fluid Collectors.
2019-04-14+ Made Energy Buffers Portable.Alkalus
+ Allowed reconfiguration of Amperage on Energy Buffers. + Added Hellish Bauble to remove most nether enemies. + Basework for Heat Exchange Pipes. + Interfaces for Heat Sinks and Heat Entities.
2019-04-11+ Added the ASM segment for IC2 Hazmat.Alkalus
- Disabled most Hazmat logging. % Mild adjustment to formatting for mob types in MK Baubles tooltips.
2019-04-11+ Added some new Monster Killer Baubles. Kill nearby mobs for power, power ↵Alkalus
cost scales with HP total, left and other EntityLiving stats. + Added new constructors for AutoMaps. + Added a Wrapper (AABB) for AxisAlignedBB. $ Fixed Hot Titanium Ingot recipe.
2019-04-11+ Added a Base Bauble class for Electrics.Alkalus
% Updated some of the Baubles to use this new class.
2019-04-11+ Added some base classes for future content.Alkalus
+ Made Teflon a refined version of PTFE. $ Fixed bad usage of PRASEODYMIUM. $ Fixed bug regrading null chemical symbols on Materials. $ Finally fixed Nano/Quantum handling for Hazmat. $ Fixed Worldgen in Everglades being too dense.
2019-04-09+ Added Babbit Alloy and Black Titanium Alloys.Alkalus
% Adjusted colouring of new OSRS materials.
2019-04-09+ Added some new OSRS materials.Alkalus
% Logging tweaks to HazmatUtils.java.
2019-04-08$ Finished work on HazmatUtils.java.Alkalus
< Reverted the changes to GeneralTooltipEventHandler.java.
2019-04-08+ Added Custom tooltips to Items with Hazmat bonuses granted by GT++.Alkalus
+ Made AutoMap implement List. % More work on HazmatUtils.java. $ Fixed a bug with my GeneralTooltipEventHandler.
2019-04-08+ Added ways to provide custom Hazmat armour.Alkalus
2019-04-08+ Added Hazmat utils.Alkalus
2019-04-08$ Fixed another small infinite loop. (Redstone is fucking complicated, damn ↵Alkalus
you Notch)
2019-04-08% Allowed Skookum Choocher as a valid Wrench and Hard Hammer.Alkalus
$ Fixed infinite loop between TE and Block functions.
2019-04-02$ More fixes.Alkalus
2019-04-02% Work workAlkalus
2019-04-02+ Added TexturePackages.Alkalus
$ More work on redstone systems.