aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod
AgeCommit message (Collapse)Author
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$ Greatly improved Cape Handler, Prevents long delays upon first inventory open.Alkalus
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 Super Buses not having > 16 slots.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$ Adjusted Tree Farm to Scale Input requirements and OC.Alkalus
2019-04-26% Re-enabled Tree Farmer recipes.Alkalus
- Disabled some logging.
2019-04-26$ Fixed the Tree Farm.Alkalus
2019-04-24$ Made DEDP use the GT++ Base Multi Meta Tile.Alkalus
% Cleaned up lots of commented useless code.
2019-04-24$ More Adjustments to the Client Proxy ASM Patch.Alkalus
% Adjusted some Tree Farm code.
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$ Reverted changes to TC classes.Alkalus
2019-04-24- Disabled TC4 custom aspects temporarily.Alkalus
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-20% Tweaked DEDP outputs.Alkalus
$ Fixed IC2 Hazmat ASM throwing IncompatibleClassChangeError.
2019-04-18$ Small bit of work on the Deep Earth Drilling Platform.Alkalus
2019-04-18+ Basic loot pool for Deep Earth Drilling Platform.Alkalus
+ Added Runite and Granite Ores.
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+ Added more tools.Alkalus
2019-04-18$ Fixed Large Sifter formation. Closes #443 Closes #261Alkalus
2019-04-18$ Fixed High-Amp Transformer recipes. Closes #458Alkalus
2019-04-18% Adjusted recipes for power tools.Alkalus
2019-04-18% Adjusted IDs on Heat Pipes.Alkalus
$ Fixed formatting on Super Bus messages. $ Fixed tiering of Simple Washers.
2019-04-18$ Fixed Semifluid Generators. Closes #450Alkalus
$ Adjusted Simple Washer IDs.
2019-04-18$ Small fixes.Alkalus
2019-04-17+ Added Electric Wire Cutters.Alkalus
% Adjusted Angle Grinder Recipes.
2019-04-17+ Added textures for the Angle Grinders.Alkalus
% Adjusted Tooltips on Angle Grinders.
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% 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-08$ Finished work on HazmatUtils.java.Alkalus
< Reverted the changes to GeneralTooltipEventHandler.java.
2019-04-02$ More fixes.Alkalus
2019-03-28$ Fixed potential issue where boosted recipes may be invalid, but the ↵Alkalus
Multiblock may possibly try use the previously cached boosted recipe.
2019-03-28% Rebalanced all auto-generated material machine recipes to use the correct ↵Alkalus
voltages. Closes #428 $ Re-added Additional output %'s for Multiblocks. $ Fixed Lathe recipes not giving two small dusts. Closes #449 $ Greatly improved flexibility of Multiblock recipe handling.
2019-03-14Merge branch 'master' of https://github.com/draknyte1/GTplusplusAlkalus
2019-03-14$ Hopefully Fixed #425 properly.Alkalus
2019-03-14Merge pull request #436 from GTNewHorizons/change-ebf-coils-gtnhAlkalus
% GTNH EBF change coil heat value
2019-03-14+ Added Bombs.Alkalus
% Made RAW collectors produce 10x less. $ Fixed tooltips on RAW collectors. $ Fixed a bug regarding STARTUP_PHASE.
2019-03-14$ Fixed #425.Alkalus
% Updated CircleCI config.yml one last time.
2019-03-14% Made Control Cores Optional, they will still lock to the Core's tier if ↵Alkalus
present. % Tweaked Control Core recipes. % Updated CircleCI config.yml. $ Fixed mild issue where Control Core Modules could be shared between multiblocks.
2019-03-14* % Xenil is no longer a primal aspect.Alkalus
% Disabled Control Cores for Multiblocks.
2019-03-13- Removed some unused classes causing compile time dependencies on OpenBlocks.Alkalus
2019-03-12- Removed some logging.Alkalus
% Updated CircleCI config.