aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/api
AgeCommit message (Collapse)Author
2021-11-28Fix a heap of conflicting dehydrator recipes.Alkalus
2021-11-26Added missing Pine Tree textures.Alkalus
Added recipes for Isamill and Flotation Cell content. Corrected tooltip on IsaMill controller. Fixed bad casing allocation.
2021-11-20uncommented multiSphyix
2021-11-18add back LFTR and refineryGlodBlock
2021-11-16Merge branch 'master' into structurelib-interationGlodBlock
2021-11-15add generator array backGlodBlock
2021-11-15hatch limitationGlodBlock
2021-11-15fix pss and centrifuge textureGlodBlock
2021-11-14fix chem plant checkGlodBlock
2021-11-14Render restricted inputD-Cysteine
2021-11-14structurelib interationGlodBlock
2021-09-19fix crash when empty flask gets into pyrotheum hatchrepo_alt
2021-08-25Revert "fix the problem of duping fluids"DreamMasterXXL
This reverts commit 1c00ffe8a568e25124cfe7796fa2e5e1a483a1eb.
2021-08-25fix the problem of duping fluidsGlodBlock
(cherry picked from commit ed7e9fed49f16afd4fb9852003e82d43c96a412d)
2021-08-05Merge pull request #18 from D-Cysteine/delete-super-bufferMartin Robertz
Delete ThreadedSuperBuffer
2021-08-03Upd Arrays -> ArrayExtTimeConqueror
2021-08-02Removed ASM-based SuperBusesTimeConqueror
2021-08-01Merge branch 'master' into delete-super-bufferMartin Robertz
2021-08-01Delete ThreadedSuperBufferD-Cysteine
2021-08-01Fixed logger-dependent reflection stuffTimeConqueror
2021-07-24Re-order lines to be consistentD-Cysteine
2021-07-24Update SolarGenerator and SteamCondenser with similar changesD-Cysteine
2021-07-24Add handling of separate steam capacity for single-block boilersD-Cysteine
2021-07-11Add chat feedback on void excess togglellk89
2021-06-23Allow overriding the output space check via soldering toolllk89
2021-06-03Update GT_MetaTileEntity_Hatch_AirIntake.javaGlodBlock
2021-06-03a logic bugGlodBlock
2021-05-22fix(texture): deprecated use of CASING_BLOCKSLéa Gris
Update to GTNH's Gregtech
2020-11-05+ Added RTG power Hatch.Alkalus
+ Added better handler for packager recipes. % Moved RTG fuel pellet recipe handling to it's own function. $ Fixed minor oversight in ItemStackData. $ Fixed TC Alchemical Furnace being a laggy PoS. $ Maybe fixed TC Aspect scanner on items with invalid unlocal names.
2020-08-18+ Added Spice of Life support.Alkalus
+ Added new Food Crate. $ Fixed bug in Fish Catcher, where side by side traps didn't count properly as water. $ Fixed bug in Air Intake Hatch.
2020-06-02- Removed placeholder map which was used to prevent BW crashes.Alkalus
% Made the Simple washer ignore certain impure dusts if GTNH is loaded. % Updated ChemPlant User manual to reflect requirement of Catalyst Bus. $ Fixed handling of recipe maps which don't use cells. $ Fixed Chem Plant not actually processing recipes. $ Made the Catalyst Hatch a lower tier. (Fixes Chem Plant requiring ZPM tier hulls)
2020-05-30+ Added Item Overflow Valves.Alkalus
+ Added more types of armour to the Hazmat list. + Added recipes to convert GT++ Plutonium239 into normal Plutonium. + Added recipe to convert GT Phthalic Acid into GT++ Phthalic Acid.
2020-05-30+ Added framework for Elemental Duplicator.Alkalus
+ Added custom Data Orb bus for Elemental Duplicator. - Removed weird dependency on CofhCore.
2020-05-29+ Added low tier basic turbines for Pollution Scrubbers.Alkalus
+ Added capability for Scrubbers to be automated.
2020-05-26+ Added custom Flask Renderer.Alkalus
+ Added ability for the Volumetric Flask Configurator to handle the new Flasks. % Made 64k Flask have a capacity of 32k instead. (Technical limitation involving Short data types)
2020-05-26+ Added new Volumetric Flasks.Alkalus
% Updated GT to reflect required change for additional Volumetric Flasks.
2020-05-26+ Added two new Alloys. (Botmium and Laurenium)Alkalus
+ Added four new Maching Casing blocks.
2020-05-25% Changed Steam Multi recipes to use Tumbaga instead of Potin.Alkalus
% Changed some tooltips so that it's more obvious that steam things are ONLY for steam. $ Fixed handling of Fluid Name handling on Custom Fluid Hatches.
2020-05-25+ Added steam tier I/O buses & input hatch.Alkalus
+ Added recipes for the custom steam hatch, buses and Macerator controller. % Changed Steam Grinder Meta ID. % Moved some logic internal to the SteamMultiBase class. (Handling of output buffering, bus/hatch handling and recipes) $ Fixed spelling of Maintenance in most multiblock tooltips.
2020-05-25+ Added a Large Steam Macerator.Alkalus
% Made the Volumetric Flask Configurator tooltip better.
2020-04-13Merged in MillingRecipes (pull request #7)Alkalus
Milling Recipes & many other misc fixes
2020-04-13Merged in develop (pull request #6)Alkalus
Fix Advanced Mufflers
2020-04-14+ Added an Advanced Hazmat Suit.Alkalus
+ Added a T3 circuit for recipe selections. $ Disabled TT Thaumic Repairer patch. $ Fixed a bug in EnumUtils not correctly handling missing entries.
2020-04-12+ Added Dehydration of Flotation Slurries to the Vacuum Furnace.Alkalus
2020-04-11+ Added more milled materials.Alkalus
+ Added proper structure for Flotation Cells. + Added all milled materials to flotation cell recipes. + Added Human meat drops for dead players. + Added Slicing mode for ICM. % Changed getVoltageForTier to be a switch case. % Stopped download of cape list in dev environment. $ Adjusted how Fusion MK4 injects power, it now pulls the voltage of the hatch. $ Fixed Fake Player Handling.
2020-04-09add a way to automaticly refill advanced muffler hatch for the LREbotn365
2020-04-09fix gui of adv muffler not working correctlbotn365
2020-04-04+ Added a new base bus type.Alkalus
+ Added the Ball Housing bus. + Added the Catalyst Housing bus. + Added the Reinforced Engine Casing. + Made the Flotation Cell Regulator actually load. $ Fixed Tooltips on Milling Balls & Catalysts. $ Added improved item handling for Milling Balls. $ Added improved item handling for Catalysts.
2020-03-31Merge branch 'master' of https://bitbucket.org/draknyte1/gtpp-development ↵Alkalus
into AlkWork # Conflicts: # src/Java/gtPlusPlus/core/item/chemistry/RocketFuels.java
2020-03-31+ Added Custom NEI Handler for IsaMIll.Alkalus
+ Added Death by IsaMIll. % Moved debug mode switch to AsmConfig. $ Fixed handling of custom OrePrefixes. $ Fixed OreDict registration of MetaFoodItems. $ Improved handling of Core Classes being static initialised too early. $ Fixed client-side bug in Distillus which would cause an infinite loop. $ Fixed bug in ForgeEnumHelper. $ Fixed bug in setField methods from ReflectionUtils.