aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-05-31Nerf low-grade plasmas in the XL Plasma turbine (#649)Sampsa
* Add efficiency nerf for low grade plasmas when used with high tier rotors * Add note to tooltip * spotlessApply (#650) Co-authored-by: GitHub GTNH Actions <> * Remove helium from blacklist --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-31Make fluid generator hatch fill partial amount (#647)miozune
2023-05-31Fix item name color and tooltip for ItemGenericToken (#648)miozune
2023-05-31Fix item damage for some items (#646)miozune
2023-05-30refill fix (#645)GDCloud
2023-05-30Fix voiding mode not being saved (#642)miozune
2023-05-30Cleanup reservoir hatch tooltip (#644)miozune
2023-05-30Remove recipe removal for rocket fuels (#643)miozune
2023-05-28Fix missing call to GT_ParallelHelper#setController in QFT (#641)miozune
2023-05-28Update to new void protection API (#640)miozune
* Update to new void protection API * Update method names * Update GT
2023-05-27blacklist benzene and helium plasma from XL Turbines (#639)BlueWeabo
* blacklist benzene and helium plasma * change to a list and add null check * use hashset
2023-05-26Deprecation cleanup (#637)miozune
2023-05-26added chisel input busses (#638)Quetz4l
* added chisel input busses * fix industrial chisel tooltip * fixes industrial chisel
2023-05-23Arc Furnace: Fix Blockrenderer Preview (#636)Fiyorin ᵘʷᵘ
* ExxonMobile Chemical Plant: Fix the Blockrenderer Structure Preview this makes it suggest to use only 1 Catalyst Housing. the multi can still form with 0 or multiple housings. recipes that require catalysts only work with 1 housing. * ExxonMobile Chemical Plant: Fix the Blockrenderer Structure Preview this makes it suggest to use only 1 Catalyst Housing. the multi can still form with 0 or multiple housings. recipes that require catalysts only work with 1 housing. * Merge remote-tracking branch 'origin/master' * Update GregtechMTE_ChemicalPlant.java * Arc Furnace: Fix Blockrenderer Preview * Arc Furnace: Fix Blockrenderer Preview * Merge remote-tracking branch 'origin/fixarcfurnace' into fixarcfurnace --------- Co-authored-by: Fiyorin <david@bitmail.cc> Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-05-22HV semifluid gen (#635)chochem
2023-05-18make sure we tell the advanced coke oven the right recipe outputs (#634)梅天佑
2023-05-17ExxonMobile Chemical Plant: Fix the Blockrenderer Structure Preview (#632)Fiyorin ᵘʷᵘ
* ExxonMobile Chemical Plant: Fix the Blockrenderer Structure Preview this makes it suggest to use only 1 Catalyst Housing. the multi can still form with 0 or multiple housings. recipes that require catalysts only work with 1 housing. * ExxonMobile Chemical Plant: Fix the Blockrenderer Structure Preview this makes it suggest to use only 1 Catalyst Housing. the multi can still form with 0 or multiple housings. recipes that require catalysts only work with 1 housing. * Merge remote-tracking branch 'origin/master' * Update GregtechMTE_ChemicalPlant.java --------- Co-authored-by: Fiyorin <david@bitmail.cc> Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-05-17Add Temporal Harmonizer Catalyst (#633)GDCloud
* add catalyst * recipes * not here
2023-05-16Fixes several minor bugs (#630)梅天佑
* Always store at least 2048 EU regardless of tier, so that the machine can work properly should close #11190 in GTNewHorizons/GT-New-Horizons-Modpack * change tooltip to match real formula should close #13238 in GTNewHorizons GT-New-Horizons-Modpack * shot in the dark to fix some chemical formulas * Fix hardcoded formula for ZrF_4 * fix nitinol formula * Add a method to count uppercase characters * A better shot at fixing chemical formulas Added ghetto detection of when there is more than 1 element in a grouping, even when their symbols combined don't exceed three characters (like hydroxide) * fix material components in ammonium tetrafluoroberyllate last in a series of commits designed to resolve #11340 in GTNewHorizons/GT-New-Horizons-Modpack * Add a method that only exposes the data orb selected by the circuot * Make the duplicator only check for recipes with the selected data orb Should close #11583 in GTNewHorizons/GT-New-Horizons-Modpack * Change TGS tooltip to reflect real behavior * Change TGS info in NEI to reflect true behavior Should close #11650 in GTNewHorizons/GT-New-Horizons-Modpack * Don't remove energy from the PSS when it attempts to fill a full hatch should resolve #13317 in GTNewHorizons/GT-New-Horizons-Modpack, where the issues was mistakenly identified as the PSS accepting power when it is full. In fact, it does stop accepting power when full, but it is constantly leaking power into hatches. However it should be noted that unless the PSS has no hatches, it pays a tax each tick which will of course mean that it is almost never going to be filled up. * Fix some minor errors due to writing all previous commmits with github's file-view edit feature try it sometime and suffer! also spotless apply * better formatting * off by one * add a line for power loss in the gui * fix 0iq moment * Revert "Don't remove energy from the PSS when it attempts to fill a full hatch" This reverts commit c20cc0b3a528872c8003bea2944aa1ad7a020e01. * typo * additional typo * Delete layout.json merp
2023-05-16Remove a lot of unused classes (#629)miozune
2023-05-13Make sure the backpack is properly secured while it's open (#627)Wilhelm Schuster
2023-05-11Fix GT++ material cable rendering (#626)Wilhelm Schuster
With the ForgeDirection migration, the signature of the getTexture() in GT_MetaPipeEntity_Cable changed and the @Override annotation in the GT++ subclass was accidentally dropped.
2023-05-11Remove Computer Cube MKII (#622)miozune
2023-05-11Fix fluid input restrictor wrench side mapping (#625)Léa Gris
2023-05-09Fix GT++ material pipe renderingWilhelm Schuster
With the ForgeDirection migration, the signature of the getTexture() in GT_MetaPipeEntity_Fluid changed while forgetting to update the GT++ subclass. I'm guessing this is rooted in the fact that this method was missing the @Override annotation.
2023-05-08Remove unused code & migrate to FluidSlotWidget (#619)miozune
* Remove unused code & migrate to FluidSlotWidget * Update dependencies.gradle --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-05-05Add channels to MABS (#618)kstvr32
* add channels to MABS * update build scripts
2023-05-04add channels to QFT (#616)kstvr32
2023-05-01Add the Nuclear Salt Processing Plant (#607)Daniel Mendes
* New multi class and calling the class Enable the multi when loading Config handler for the multi More enabling Multi controller recipe Add necessary recipes to new, custom recipemap Add function to generate new recipes Declare item for the controller Define recipe map for the multi Render NEI page for the recipemap properly Change P output from 7 to 6 in recipe Spotless apply * Revert Wildcard on compat handler * Fixes in Salt Plant main class * Remove run1 method * Spotless apply * add isInputSeparationButtonEnabled override * spotlessApply (#615) Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: Martin Robertz <dream-master@gmx.net> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-01Add heat info to volcanus. (#613)Dariusz Komosiński
Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-05-01add Bartworks ores to simple washer (#611)Dane Strandboge
2023-05-01ForgeDirection (#608)Jason Mitchell
* ForgeDirection WIP * Fix GTPP_Render_MachineBlock Fix handling of getTexture with facing mask for pipes Kill a bunch of magic numbers * spotlessApply (#612) Co-authored-by: GitHub GTNH Actions <> * Bump bw/tt deps --------- Co-authored-by: Léa Gris <lea.gris@noiraude.net> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-27fix missing industrial hcl (#610)chochem
2023-04-26fix crop harvester energy drain and not harvesting non-last optimal level ↵Dennis
crops (#609)
2023-04-21Fix assembler (#606)Maxim
* Fixed assembler not working * Removed useless code
2023-04-21Fix Material (#605)Martin Robertz
* update bs+sa + material * spotless * update dep
2023-04-17Don't require a min of output busses on sifter (#604)Maxim
* Don't require a min of output busses on sifter * Updated tooltip
2023-04-15null item name (#603)chochem
2023-04-12fix internal name (#602)GDCloud
2023-04-12Add Fusion Mk5 to RecipeCatalyst (#601)miozune
2023-04-11Revive Fusion mk5 (#597)GDCloud
* textures * casings * itemlist * Main * blue giant * new rainbow screen + fix mk4 screen
2023-04-11fix incorrect ulv turbine tooltip (#598)Glease
* fix incorrect ulv turbine tooltip * spotlessApply (#599) Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-11Check for old key, instead of not new key (#600)Maxim
2023-04-09implement more new tooltips (#596)Glease
2023-04-09Implement new tooltips (#595)Maxim
* Display tank content in tooltip * Display locked recipe of flotation cell --------- Co-authored-by: boubou19 <miisterunknown@gmail.com>
2023-04-09clean up GT++ code (#589)boubou19
* yeet big reactor support * yeet IC2 classic support * yeet pneumaticraft support * yeet More Planets support * yeet Immersive Engineering support * yeet Psychedilicraft support * yeet Beyond Reality Core support * sort mods to see what must be purged * yeet simply jetpacks * yeet RFTools * yeet xReliquary * yeet RedTech * yeet Mekanism * yeet GrowthCraft * yeet ihl * leftover cleaning * yeet thermal fondation support * yeet compact windmills support * spotless * remove constants from LoadedMods (part 1 / 2) * spotless * remove constants from LoadedMods (part 2 / 2) * use mod id enum instead of strings + optimize imports * Loaded.isModLoaded -> enum * restore RA init * missing ! * start organizing recipes stuff * fix crash on world load in dev * remove unused class * remove HazmatUtils.java * move all the removals * remove enableHarderRecipesForHighTierCasings and usages(disabled in the pack) * move some pyrolyse oven recipes to its own file * sa * bump GT version * bump GT5U version * spotless apply * use Everglades entry from the mod enum --------- Co-authored-by: miozune <miozune@gmail.com> Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-04-08Update Rocketdyne Tooltip with More Info (#587)Daniel Mendes
* Update Tooltip with Info * Removed the "sometimes"
2023-04-08Kill disassembler (#594)Connor-Colenso
Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
2023-04-08Fix missing overrides for input separation (#593)Maxim
2023-04-06Add tier tooltips to Charge Pack and quad batteries (#591)miozune