aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus/xmod/gregtech/common
AgeCommit message (Collapse)Author
2023-04-21Fix assembler (#606)Maxim
* Fixed assembler not working * Removed useless code
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-12fix internal name (#602)GDCloud
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
2023-04-04Fix QFT Description (#588)Батьків Нестор-Євген Васильович
2023-04-01LFTR Chain Fixes, Buffs and Tweaks (#584)Daniel Mendes
* Update LFTR Tooltip * Update Fuel Refinery Tooltip * Fix casing name in Refinery tooltip * Clarify Sparge Tower Speed in Tooltip * Lithium Hydroxide Recipe Buff * LFTR Fuel Exploit Fixed * Protactinium Recipe Changes * spotlessApply (#585) Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-27Fix survival place offset of structure (#586)Maxim
2023-03-25Downtier oreproc GT++ multis to EV and add new EV Mac Stack (#579)Martin Robertz
* tier down Multiblock Ore Washer, add Grisium EV mixer recipe to handle in EV * Tier down Thermal Centrifuge * Downgrade Centrifuge to EV maybe we need to nerf other recipes use Inconel Steel 250 later (Solar Tower, Cryo Stuff) * Downgrade Bender to EV * add code for less powerful macerator it has less parallel than original and must be upgraded (like the distillus) to regain the full parallel bonus * update tooltip to reflect casing change for T=1 * spotlessApply (#580) Co-authored-by: GitHub GTNH Actions <> * fix a bunch of issues with macerators * Spotless apply for branch Multiblock-EV-change for #579 (#581) Co-authored-by: GitHub GTNH Actions <> * add Upgrade T2 Card * spotlessApply (#582) Co-authored-by: GitHub GTNH Actions <> * fix NPE upon placing a fresh maceration controller * fix * spotlessApply (#583) Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: Glease <4586901+Glease@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-03-22Add Fusion 4 Desc (#576)Батьків Нестор-Євген Васильович
2023-03-22Fix typo (#575)Батьків Нестор-Євген Васильович
2023-03-18remove for loop (#574)BlueWeabo
2023-03-17prevent error when given hatch is gone (#572)Glease
2023-03-16Fixed circuit NPE (#570)Maxim
2023-03-14Fix lava->pahoehoe lava recipie (#569)posiaden123
* fix lava->pahoehoe lava recipie * change addOutput to mOutputFluids * account for all fluid outputs * account for all fluid outputs
2023-03-12tooltip typo fix (#567)chochem
2023-03-12follow up to https://github.com/GTNewHorizons/GTplusplus/pull/564 (#565)boubou19
* set the amount of muffler hatches to 1 in the MABS * change tooltip
2023-03-12set the amount of muffler hatches to 1 in the MABS (#564)boubou19
2023-03-09remove EnumHelper usage towards OrePrefixes (#561)Glease
* remove EnumHelper usage towards OrePrefixes * fix up dependency * spotless
2023-02-26Implemented enhanced multiblock GUI (#555)Maxim
* Implemented enhanced multiblock GUI * Rename method to fit super * Added getter to see if flotation cell is locked * Update dependencies.gradle --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-02-22fix chemplant speed (#553)chochem
2023-02-20Fixes GT++ multiblocks not accounting for eu discount when calculating ↵BlueWeabo
parallels (#550) * fix * fix oopsie of copying wrong method
2023-02-19Fixed coil level not properly resetting (#548)Maxim
2023-02-16Added tier-NEI-support for fusion mk4 (#545)Maxim
2023-02-12Fix QFT voiding (#539)GDCloud
* fix output * Typo * Fix warnings by intellij * Spotless * spotlessApply (#540) Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-11Even more Forge Hammer fixes (#538)Dariusz Komosiński
* Fixed a few forge hammer issues: parallels execution and info and removed some clutter in code. * Spotless.
2023-02-09Fix immature alk code (#535)Connor-Colenso
* Remove immature code * Remove even more immature code * spotlessApply (#536) Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-09Forge Hammer Fluid Fix (#534)Connor-Colenso
* Bump dep * Fix Alk code * Remove weird comment --------- Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
2023-02-09Allow hatches for industrial forge hammer (#533)chochem
* Fix IndustrialForgeHammer structure * sa
2023-02-08Remove a bunch of reflections against GT (#531)miozune
* Remove a bunch of reflections against GT * missed this one
2023-02-06Fix maceration stack tooltip (#532)chochem
* fix maceration stack tooltip * better formatting
2023-02-04Remove redundant flags (#529)miozune
* Remove CORE.GTNH * Remove LoadedMods.Gregtech * Remove LoadedMods.IndustrialCraft2 * Remove LoadedMods.MiscUtils * Remove CORE.MAIN_GREGTECH_5U_EXPERIMENTAL_FORK * clean * Remove mention to GT versions * Fix assembler mode
2023-02-03Fix owner tooltip not being localized (#528)miozune
2023-02-02Remove Compound Fabricator (#525)miozune
2023-02-02Fix OC (#526)GDCloud
2023-02-02Fix batch mode parallels. Fix Elemental duplicator not working (#523)BlueWeabo
2023-01-30make almost all hardcoded items localizable (#521)iouter
* make almost all hardcoded items localizable * sa
2023-01-30Added distilled water as valid water type (#519)Maxim
2023-01-28[ci skip] spotlessApply with the new settingsJason Mitchell
2023-01-25Separate Wire Factory Buses by Default (#518)Steelux
2023-01-24Make reflection Java 12+ compatible (#517)Raven Szewczyk
2023-01-23Use GT_ParallelHelper for GT++ (#511)BlueWeabo
* everything * remove more useless code * spotless * fix missed multis * actually put efficiency oop * late night coding * missed one * last one * fix tgs * remove useless code, which was used for debugging * spotless