aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus
AgeCommit message (Collapse)Author
2020-05-29+ Added low tier basic turbines for Pollution Scrubbers.Alkalus
+ Added capability for Scrubbers to be automated.
2020-05-29= Added recipe for Zyngen.Alkalus
+ Added recipes for 2 new volumetric flasks. - Removed Alloy Smelting recipes form the Alloy Blast Smelter. (Obsoleted by the Multi Alloy Smelter) % Refactored a lot of NEI handling code. $ Fixed the last few minor NEI issues.
2020-05-28+ Added ASM debugging for NEI.Alkalus
- Broke NEI handling for some Multis. (To fix next commit) $ Fixed Handling of broken recipe handlers for CryoFreezer, Large Electro & Large Centrifuge. $ Fixed owner of some NEI handlers. (Was still Gregtech, oops)
2020-05-27+ Added recipe for pine saplings.Alkalus
+ Added tier info into Chemical Plant NEI handler. + Added custom NEI handlers for Dehydration and Reactor Fuel Processing Plant recipes. % Adjusted output of Fluorite ore production recipes. % Finished Work on Chemical Plant user manual. $ Added another safety catch to the VFC GUI.
2020-05-27+ Added advanced production method to obtain Fluorite.Alkalus
2020-05-27% Disabled TC Logging.Alkalus
2020-05-27+ Updated GT lib to 5.09.33.02.Alkalus
% Rebalanced some Chemical Plant recipes. $ Fixed TC CraftingManager Transformer.
2020-05-27$ Fixed TC dependency within the Fake Player checker.Alkalus
+ Added basic TC transformer to try debug the StackOverflowError caused by TC/ExU/GT.
2020-05-26$ VFS now handles fluids.Alkalus
$ Fixed crash due to multiple key listeners running. (codechicken.nei.guihook.GuiContainerManager.lastKeyTyped(GuiContainerManager.java:306))
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 new Machine casings to the Chemical Plant code.Alkalus
% Changed colours of the two new alloys.
2020-05-26+ Added locale for the two new alloys.Alkalus
$ Fixed NEI handling for GTPP Recipes.
2020-05-26+ Added two new Alloys. (Botmium and Laurenium)Alkalus
+ Added four new Maching Casing blocks.
2020-05-26$ Fixed shaped recipe creation.Alkalus
$ Minor adjustments to the Volumetric Flask GUI.
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-05-25+ Added the Volumetric Flask Configurator.Alkalus
+ Added a recipe for the Egg Box. + Added a Book for the Chemical Plant. % Changed the Tooltip for the Egg Box. $ Fixed Robinators not returning the correct block when mined. $ Fixed Electric tool recipes not consuming the original tool. $ Redid handling of all shaped crafting recipes. $ Fixed recipe handling for the last few multiblocks. $ Potentially forgot some other minor fixes.
2020-05-04$ Fixed handling of Giant Eggs.Alkalus
$ Fixed obscure crash caused by Dingos. $ Fixed handling of Spawn Eggs and entities registered to the global list. $ Potentially fixed NEI not working correctly for GT++ recipe maps.
2020-04-22$ Fixed milled byproducts not using the correct texture.Alkalus
$ Fixed handling of IC2 EnumHelper code. $ Added a dummy RecipeMap to stop Bartworks crashing when it can't find it.
2020-04-15$ Fixed a few recipe maps I'd missed earlier.Alkalus
2020-04-14+ Added a way to register blocks that will cause MachineUpdates when placed. ↵Alkalus
(Useful for non-GT blocks used in Multis) $ Fixed Industrial Cutting Machine defaulting to slicing mode. $ Fixed reInit() on recipe maps causing absurd crashes. (Doesn't seem to break anything at the moment not doing it, so.. I won't)
2020-04-14Merge branch 'master' of https://bitbucket.org/draknyte1/gtpp-development ↵Alkalus
into MillingRecipes # Conflicts: # src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/GregtechMetaTileEntity_LargeRocketEngine.java
2020-04-14$ Improved recipe verification greatly.Alkalus
2020-04-14$ Added recipe hashing to prevent unwanted recipe changes.Alkalus
$ Made certain TileEntities blacklisted against the World accelerator in both GT++ & GTNH.
2020-04-14$ Fixed GTPP recipe maps being mapped to to the GT_Recipe_Map.sMappings ↵Alkalus
list. Prevents BartWorks from touching my recipes.
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-13Fixed spelling.Alkalus
2020-04-14% Changed a heap of recipes to use the new circuits.Alkalus
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-13+ Added a recipe for the catalyst bus.Alkalus
% Adjusted use/creation of Pine Oil in recipes.
2020-04-13% Buffed Outputs of Froth Processing.Alkalus
2020-04-12% More adjustments to Vacuum Furnace NEI handler.Alkalus
$ Fixed Vacuum Furnace controller recipe.
2020-04-12% Adjusted NEI handling of Vacuum Furnace recipes.Alkalus
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-10$ Stop the Cape Renderer from cancelling the event unless they're invisible. ↵Alkalus
Should fix Held Items being invisible. (Hopefully)
2020-04-10$ Minor fixes to NetworkUtils.Alkalus
$ Completely rewrote Cape Handling.
2020-04-10$ More work overhauling GT/IC2 Hazmat system.Alkalus
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-09$ Fixed Hazmat ASM not actually injecting replacement methods.Alkalus
2020-04-07+ Added support for Custom Machines being registered to the PA. (If GT is ↵Alkalus
up-to date) + Added more ASM patches for better Hazmat handling. % Renamed Chemical Dehydrator to Dehydrator for clearer logic in NEI. $ Fixed a small bug in ReflectionUtils. $ Rewrote parts of my Hazmat handling, it should now work correctly for all items which apply radiation from IC2/GT or their addons.
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-04-03$ Patched the Thaumic Repairer from Thaumic Tinkerer. It now won't repair ↵Alkalus
item's unless they're actually fucking repairable.
2020-04-02$ Fixed OOB when changing Energy Tier. Fixes #630.Alkalus
2020-03-31$ Made Hazmat 'safe'.Alkalus
2020-03-31$ Made the check for Hazmat in HazmatUtils smarter.Alkalus