aboutsummaryrefslogtreecommitdiff
path: root/src/Java
AgeCommit message (Collapse)Author
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-03-28made changes from commentsbotn365
2020-03-28renaming functionbotn365
2020-03-25some more balance tweakingbotn365
2020-03-25fixes algea pond formin isue on serversbotn365
2020-03-25fix extruder not counting back center casingbotn365
2020-03-24revert recipebotn365
2020-03-24charge pack recipe balance and rocket fuel recipe fixbotn365
2020-03-24make lower tier charge pack recipes less canceresbotn365
2020-03-24improve LRE tool tipbotn365
2020-03-24Revert "improved LRE tool tip"botn365
This reverts commit 9babb9ce746c048838227f3b89532aa20eca2403.
2020-03-24improved LRE tool tipbotn365
2020-03-24fix lafium compound being zpm instead of LuVbotn365
2020-03-07fix no water consumed inULV cover recipebotn365
2020-03-07improve overflow cover handelingbotn365
2020-02-23attempt fix for safe making all gt machine sunbreakblekorneel vandamme
2020-02-18fix tecttech energy hatch not adding power to storagebot
2020-02-02+ Added class to generate Obfuscation Dictionaries.Alkalus
+ Added all libraries required for Proguard to Obfuscate future builds. - Removed Dev/Src releases. % Adjusted build.gradle to accommodate DictGen + Proguard.
2020-01-31$ Fixes by Botbotn365
$ Fix dissasembler not consumin energy $ Fix where having empty input busses would stop busses from working $ Fix volcanus giving back wrong tempreture $ Fix mixer not working $ Fix maragin 250 and 300 not having a recipe
2020-01-31+ Added ASM config options to adjust RC fluid (un)loader IO rates.Alkalus
% Split RC IO patch into two config options, default is now RC standard of 4k, but can be adjusted back to 26 (Or higher) as needed.
2020-01-19$ Made Keybind patch reset value to 0, if possible.Alkalus
$ Made it more obvious which keybinds are broken (if resetting value fails) within the controls menu. They now say "FIX!".
2020-01-19$ Fixed inner class lookup in ReflectionUtils.Alkalus
$ Can't patch LWJGL's Keyboard class, so now I patch ClientSettings.
2020-01-18% Finished Structure check for LNR.Alkalus
$ Fixed minor Tooltip bug on all multis.
2020-01-18+ Started work on Large Naq. Reactor.Alkalus
$ Fixed Locale handling caching the incorrect values. $ Fixed Multiblock ToolTips being cached under bad circumstances.
2020-01-17+ Added a new Catalyst (Platinum + Rhodium).Alkalus
+ Added simple functions to CI for obtaining catalysts. % Improved Catalyst handling across the board. $ Fixed Pyromatic 'mode' handling.
2020-01-17+ Added Zyngen.Alkalus
% Adjusted Volcanus casing requirement from 10 to 9. % Adjusted logging in RF convertor. % Adjusted tooltip on Washplant to include information on water hatch. $ Fixed coil handling being offset by a tier. $ Fixed 9-1 breaking if an Input Bus didn't have a circuit.
2020-01-16+ Added GT RF convertor.Alkalus
$ Fixed Industrial Mixer not working with fluids. $ Fixed COFH being a hard dependency. $ Fixed Energy Buffers relying on the Rocket Engine config option.
2020-01-15% Tweaked fluid used for GT++ Tiered casings.Alkalus
2020-01-15$ Fixed Overflow Valves properly this time.Alkalus
2020-01-15$ Fixed Overflow Covers.Alkalus
2020-01-15$ Fixed Nitinol recipe outputting 4x fluid. (#609)botn365
2020-01-15> Fixes from #610botn365
$ Fix Large Arc Furnace not forming and broken size detection. Closes #572. % Changed Large Auto-Assembler input bus Behaviour for Circuit/Assembly mode. Closes #559.
2020-01-15+ Added Transmission Components.Alkalus
% Adjusted recipe for Chemical Plant controller, to now use T2 Frames instead of ambiguously tiered Stainless Steel Frames. % Adjusted a few recipes using Sensors & Emitters to now use TransComps. % Chunkloaders now have different textures and more informative tooltips. % Chunkloaders now have better ranges. % Renamed Fluid Reactor to Chemical Plant. $ Fixed Chemical Plant NEI handler.
2020-01-15$ Fixed minor oversight.Alkalus
2020-01-15+ Added conversion recipe for phtalic acids. Closes #540.Alkalus
+ Multiblock Mixer now has separate recipe processing for each input bus. Closes #560. % Buffed Dehydrator input tanks. Closes #537. % Buffed Algae Farm output to be 6-8x. $ Fixed Algae Farm not consuming compost. $ Adjusted Large Sifter Tooltip. Closes #535. $ Fixed Waste collector recipes. Closes #545. $ Fixed casing count in Volcanus structure check.
2020-01-15$ Another potential fix for #578.Alkalus
2020-01-15% Adjusted the '/gtpp' command.Alkalus
$ Hopefully fixed quirky OreDict behaviour for custom Logs, Saplings and Leaves.
2020-01-15$ Tried to fix NEI handling of ChemPlant recipes.Alkalus
$ Fixed rushed attempt at adding TT energy hatch support. This also fixes the PSS not correctly forming.
2020-01-14$ Made default isLog(Block) pass the wildcard meta to isLog(Block, int), as ↵Alkalus
opposed to 0.
2020-01-14$ Adjusted comparison checks, because the ArrayList will never contain ↵Alkalus
identical ItemStack objects.
2020-01-13Merge branch 'master' of https://github.com/alkcorp/GTplusplusAlkalus
2020-01-13$ Fixed CPI patch, which was failing due to different args present on other ↵Alkalus
GT forks. $ Fixed incorrect energy usage on Alloy Smelting recipes, they're no longer 2x.
2020-01-13$ Fixed minor oversight in LRE.Alkalus
2020-01-13$ Minor fixes to balance (#605)botn365
+ Added TT Dynamo support to the LRE. % Made Nitinol processing faster. % Removed double efficiency bonus from single block Rocket Engines. % Changed Efficiency drop-rate on LRE. % Removed cap on LRE power production. $ Changed pikyonium tier back to ZPM $ Fixed Output buffering check on Multiblocks. $ Fixed LRE disabled if too little fuel.
2020-01-13+ Added Hazmat protection to EMT, Gravisuit and Adv. Solar items. Closes #590.Alkalus
+ Added a hard crash if materials are not found within GT. + Added a check for KekzTech and cached some mod checks. + Added pollution/s to Geothermal generators. Fixes #579. $ Fixed Wither Cages being unbreakable. Fixes #587 $ Fixed centrifuging of logs to Methane. Fixes #595.
2020-01-13$ Alloy Smelting no longer uses the wrong voltage. Fixes #607.Alkalus
2020-01-13+ Added support for TecTech Multi-Amp Energy Hatches. Closes #565.Alkalus
$ Fixed COMET behaving like a Fusion Reactor. No more weird power usage/output.
2020-01-13$ Fixed #606.Alkalus
2020-01-10- Disabled Entity Fix by default.Alkalus