aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-01-15Added missing recipes for Rotors and Fine Wire.Alkalus
Hopefully remove bad plasma related recipes. Hopefully cleaned up Wire/Cable recipes.
2022-01-14Fix Computer Cube GUI.Alkalus
Fix Glod's shitty implementation of perfect OC which broke some multis.
2022-01-134/4 overclocks for IsaMill and FlotationCellMMunier
2022-01-13Change Crop Manager power usage based on feedback.Alkalus
2022-01-13Hopefully make Wireless Chargers more responsive.Alkalus
Added more information to Hi-Amp xformers.
2022-01-13Basically finished work on Reactor Simulator.Alkalus
2022-01-12Fix https://github.com/GTNewHorizons/GTplusplus/issues/87.Alkalus
More work on Computer Cube GUI.
2022-01-12Do not add SO2 distilling in GTNHGlease
2022-01-11Fix output voidingGlease
2022-01-09Partially implemented Computer Cube.Alkalus
Fix Multis wanting Mufflers when pollution = 0. Fix getMethodName potentially crawling too far up the stack.
2022-01-09Improve redstone detection.Alkalus
2022-01-09Added more GT4 content:Alkalus
Redstone Lamp Redstone Display Redstone Scale Redstone Button Panel
2022-01-09Ported some GT4 content:Alkalus
Added GT Crop Managers. Added GT Auto Crafting Tables. Added GT Inventory Managers.
2022-01-07Added recipes for the GT4 Workbenches.Alkalus
2022-01-07Rewrote and readded Bronze/Advanced Workbenches using GT Meta Tile system.Alkalus
2022-01-07Renamed Data Orb Overlay.Alkalus
2022-01-07Added some new overlays.Alkalus
2022-01-07Added new overlay for the Data Orb Repository.Alkalus
2022-01-07Updated Data Orb Repository tooltip.Alkalus
2022-01-07Finish work on the Elemental Duplicator.Alkalus
2022-01-07Modify translation numbers for localizationiouter
2022-01-06Made Chromatic Glass less eye-rapey.Alkalus
2022-01-06Fix Auto-Generated ABS recipes sometimes containing two circuits.Alkalus
Fix Fluid Extraction recipes for Ingots/Nuggets being generated wrong. Greatly improve generation of Fluid Extraction recipes. Removed useless Fluid Extractor code which is no longer used. Initial work on the Elemental Duplicator.
2022-01-06Finished work on multiblock Molecular Transformer.Alkalus
Added single use API for adding MT recipes.
2022-01-06Added Simple Washer mode to Industrial Wash Plant.Alkalus
2022-01-06Added Asm, Screenshots and World to .gitignore.Alkalus
Removed some useless classes. Buffed Amazon Packager. Implemented Caching for Amazon Packager. Fixed all GT++ multis getting stuck when input bus contains less than required input of an item. (It will check other inputs for another valid recipe now)
2022-01-05Added Solar Tower & Solar Heater.Alkalus
Added Potassium Nitrate. Added Sodium Nitrate. Added Hot/Cold Solar Salt. Added recipes for the above. Added Solar Salt processing to Thermal Boiler. Re-added Assembly Line MKII, Tesla Tower. (WIP)
2021-12-27Updated Build Script.Alkalus
Fixed Volumetric Flask Configurator not working. Fixed recipe for Reservoir Hatch.
2021-12-26Tweak MK4 Fusion.Alkalus
2021-12-22Made tank recipes not shapeless.Alkalus
2021-12-22Add shapeless recipes to clear tanks.Alkalus
2021-12-22Adjust XL Plasma Turbine recipe handling.Alkalus
2021-12-22Finished work on XL turbines.Alkalus
Cleaned up scanner output for all multiblocks. Update Sifter tooltip to reflect 4 output bus requirement.
2021-12-22Re-added XL Turbines.Alkalus
Added Xl Gas/Plasma Turbines.
2021-12-21Changed I/O and recipe for Reservoir Hatch.Alkalus
2021-12-21Add Multiblock Forge Hammer.Alkalus
Add base for Multiblock Molecular Transformer.
2021-12-20Further cache optimizations.Alkalus
2021-12-20Refactored GT_MetaTileEntity_Hatch_AirIntake_Extreme to extend ↵Alkalus
GT_MetaTileEntity_Hatch_AirIntake. Refactored GT_MetaTileEntity_Hatch_Reservoir. Refactored Chisel singles/multi to utilise a cache.
2021-12-20Merge branch 'New-Multis' of https://github.com/GTNewHorizons/GTplusplus ↵Alkalus
into New-Multis
2021-12-20Add RemoteIO and EnderIO support to Reservoir Hatch.Alkalus
Changed Extreme Airtake from 5k/4t to 8k/4t. Clean up some reflection. Cleaned up GT_MetaTileEntity_Hatch_FluidGenerator.java.
2021-12-19Merge branch 'master' into New-MultisAlkalus
2021-12-19Change composition of Ancient Granite & Lepersonnite to make obtaining ↵Alkalus
Ytterbium possible. Fix Recipe for Wood's Glass lens.
2021-12-19Fix recipe derp.Alkalus
2021-12-19Added recipes for the new Hatches.Alkalus
2021-12-19Added Advanced Air Intake Hatch.Alkalus
Added Reservoir Hatch. Refactored Air Intake Hatch into a base class.
2021-12-19Added pollution config values for the new multis.Alkalus
Added recipes for the new blocks. Fix Rock Breaker handling of Redstone/Obsidian.
2021-12-19Added Logger to check free Meta IDs in dev.Alkalus
Freed up some indexes in TAE. Finished work on Chisel single blocks. Finished work on Chisel multiblock. Finished work on Rock Breaker multiblock.
2021-12-18Added MultiBlock Rock Breaker.Alkalus
Added base work for GT Chisels.
2021-12-18Change handling of Formaldehyde Catalyst.Alkalus
Fixed ChemPlant not working correctly.
2021-12-17Revert part of 8fe60916Glease