aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/goodgenerator/loader
AgeCommit message (Collapse)Author
2024-03-12CoALs: Add missing styrene-butadiene variants for AssLine recipes. (#239)Alex Bee
2024-02-22fix naq nugget recipe (#237)chochem
2024-01-23Convert GG to RA2 (#232)chochem
* convert assembler recipes to RA2 * deprecate custom builders * clean up and RA2 solder assembler recipes * use GT for mod load checks * should be safe to remove * RA2 remaining assembler recipes * RA2 mixer recipes * RA2 compressor recipes * RA2 forming press * ra2 electrolyzer * ra2 extruder * RA2 autoclave * ra2 vac freezer and remove duplicate * RA2 canner * RA2 unpacking * ra2 chembath * fluidextractor ra2 * use GT enum, no loadedlist * RA2 Bender * RA2 forgehammer * RA2 remaining chem bath * RA2 Implosion * RA2 EBF * RA2 centrifuge * RA2 fuel * RA2 macerator * RA2 single chem * RA2 multi chem * RA2 wiremill * RA2 fluid solidifier * RA2 fluid canner * RA2 universal chem * ra2 distillery * ra2 DT * RA2 universal dist * RA2 AL part 1 * RA2 AL part 2 * add missing modloaded check * RA2 fusion * ra2 plasma forge * ra2 cracking * fix BW overwrites for atomicseparationcatalyst * fix shirabon freezing
2023-12-25fix simple washer recipe issue about Nq Process (#229)Nxer
* fix simple washer recipe issue about Nq Process * Update NaquadahReworkRecipeLoader.java * Update NaquadahReworkRecipeLoader.java * Update NaquadahReworkRecipeLoader.java --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-12-04Migrate to new RecipeMap (#219)miozune
* Migrate GG recipemaps * Migrate the rest * Split classes, renames, more adapt to GT changes * Update GT to adapt to MaceratorBackend removal * update gradle+deps+bs --------- Co-authored-by: Martin Robertz <dream-master@gmx.net> Co-authored-by: BlueWeabo <ilia.iliev2005@gmail.com>
2023-10-11Add UXV Component Assemblyline functionality (#214)GDCloud
* reduce recipe size for uxv parts * stop mhdcsm from being compacted * first attempt at large stacks * Working mhdcsm conversion * remove divisor * add casing recipe * spotless * remove wildcard import * remove unnecessary parentheses * no need for pairs * convert 64+ stacksize materials * spotless * add comment * address reviews * typo * small uxv casing texture update
2023-09-23Cleanup noXXXYYY methods (#211)miozune
* updateBuildScript * Update dependencies * Cleanup noXXXYYY methods * Fix wildcard import
2023-08-24Mark VI Naquadah Fuel (#200)Sampsa
* Add a way to enrich tiberium dust * Add alternate recipe for MK3 Fuel * Bump deps * Add new tier of catalyst and coolant to Naquadah Reactor * Add T4 Field Restriction Coil * Fix structure check on T4 coils * Classic spotless * Add Mark VI naquadah fuel * Spotless * Change shirabon to 1008L per recipe and make improved recipe need T4 coils * Actually neverming, 1440L is much better for Shirabon
2023-08-23Buff Naquadah Fuels in UIV+ tiers (#198)Sampsa
* Add a way to enrich tiberium dust * Add alternate recipe for MK3 Fuel * Bump deps * Add new tier of catalyst and coolant to Naquadah Reactor * Add T4 Field Restriction Coil * Fix structure check on T4 coils * Classic spotless
2023-08-22Add PA centrifuge recipe map to naq line recipe replacements (#197)chochem
* add PA centrifuge recipe map to recipe replacements * improve code * update bs
2023-08-17Add a way to enrich tiberium dust (#196)Sampsa
2023-07-26Remove reference to sByProductList (#187)miozune
2023-07-17Buff CoAL recipe times to 48x base instead of 64x (#177)Dakota Jones
2023-07-13Set SH steam output for plasmas to 0; remove bounds check. (#174)Alex Bee
2023-05-19Remove mention to EC2 (#165)miozune
* Remove mention to EC2 * Remove dependency on AE2FC * Remove optionals for AE2
2023-05-18fix tengam (#162)GDCloud
2023-04-21Fix Materials (#157)Martin Robertz
* update bs * update dep file * update materials * update dep file * update dep * update dep * update dep * update dep * update dep * Update dependencies.gradle --------- Co-authored-by: kuba6000 <kuba.123123.6000@gmail.com>
2023-04-18fix research (#156)GDCloud
2023-04-15Re-enable compact mk5 + adjust mk4 (#155)GDCloud
* bump dep * nei catalyst * change mk5 blocks * mk5 recipes * right texture * adjust mk4 recipes + mk5 disassembly * bump dep again * update coremod dep * update buildscript * update bartworks dep * update dep file * update bs * merge conflict * ++ dep * nei catalyst * change mk5 blocks * mk5 recipes * right texture * adjust mk4 recipes + mk5 disassembly * ++ dep * no complex fusion * fix mk4 casing * move to research station + fix oredict issue --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-04-08Kill disassembler (#154)Connor-Colenso
Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
2023-02-27Remove 64x power multiplier for components in CoAL (#140)MadMan310
2023-02-26More CoAL improvements (#136)MadMan310
* Update TecTech Dependency * Add more item and fluid slots to the CoAL map * More Input Bus candidates * Add separate input bus capability * Spotless * NEI fix * tooltip fix * merge master (#139) * Update buildscript, fix missing windows gradle wrapper * Add alternative recipe to circuits (#137) * Make PrAss Accept EV+ glass (#138) * Add alternative recipe to circuits * Add glass Variants to PrAss --------- Co-authored-by: Raven Szewczyk <git@eigenraven.me> Co-authored-by: LewisSaber <39595617+LewisSaber@users.noreply.github.com> * Recipe duration and power is 64x +cleanup * power+time req is 64x for LV-IV components * added support for new GUI buttons --------- Co-authored-by: Martin Robertz <dream-master@gmx.net> Co-authored-by: Raven Szewczyk <git@eigenraven.me> Co-authored-by: LewisSaber <39595617+LewisSaber@users.noreply.github.com>
2023-02-23Add alternative recipe to circuits (#137)LewisSaber
2023-01-29fix npe from wrap circuits (#133)Yang Xizhi
2023-01-28[ci skip] spotlessApply with the new settingsJason Mitchell
2023-01-28Nano -> any UIV (#132)GDCloud
2023-01-08Add recipe to recycle SodiumNitrate (#125)Pxx500
* Add recipe * spotlessApply (#126) Co-authored-by: Pxx500 <81298696+Pxx500@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-01-07buffs (#124)BlueWeabo
2023-01-02Fix naquadria supersolid being given at tier 2 instead of 3 (#121)BlueWeabo
* fixes * spotlessApply (#122) Co-authored-by: BlueWeabo <76872108+BlueWeabo@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-12-22Co al fixes (#119)Martin Robertz
* fixed broken recipe adder, increased power usage in pre-LuV components * fixed circuit compacting and PTMEG plates * fix circuit type * Update dependencies * Fix recipe conflict with LuV and IV Field Generator * Don't use programmed circuit number 0 * Use GT_Values.VP[tier - 1] for assembler recipes Co-authored-by: MadMan310 <madman3017@gmail.com> Co-authored-by: miozune <miozune@gmail.com>
2022-12-22Tweak QFT Recipe Inputs and Tiers (#115)Steelux
* Tweak QFT Recipe Inputs and Tiers - Simplified Fluoroantimonic Acid and P507 to their components, to minimize the amount of LCRs needed for these skips; - Changed the last naqline skip to not be tier 4; - Halved recipe times because these energy tiers are higher than the ones on the QFT's PR, which will also be changed in a similar way. * spotlessApply (#116) Co-authored-by: Steelux <70096037+Steelux8@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> * Requested Changes Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-12-14fix research incompatability (#114)BlueWeabo
2022-12-14naq line skip (#113)Yang Xizhi
* naq line skip * fix dead lock
2022-12-12Fix recipe for Compact Fusion IV (#112)miozune
2022-11-30clean the long power use base and add item util for tiered material (#108)Yang Xizhi
2022-11-29Component Assembly Line (#102)MadMan310
* Initial Commit * Added recipe generator for components LV-IV * Added recipe generator for components LuV and beyond This one took a LONG time to make work... * Added structure and recipe processing * Added Recipes for Controller and Casings * Cleanup * Assline gives proper amount same as assembler * tooltip fix * add support for BW glass and warded glass * Added proper NEI handler * spotless * Spotless apply for branch componentAssemblyLine for #102 (#103) * Update build-and-test.yml * fix missing hatch element (#92) * fix missing hatch element * spotlessApply (#93) Co-authored-by: Yang Xizhi <60341015+GlodBlock@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix bunch of yottank issues (#94) * yot tank/hatch fix * dep * Add better naq fuel recipes to combat fusion spam (#91) * Add higher tier naq fuel recipes * Fix Hypogen (hopefully) * Spotless >:( * Slightly change tooltip on the Precise Assembler (#95) 0.03 mm changed to 7nm * fix 0 stack of nuclear rod (#98) * naq fuel change (#96) * naq fuel change * Spotless apply for branch naqfuel for #96 (#97) * Slightly change tooltip on the Precise Assembler (#95) 0.03 mm changed to 7nm * spotlessApply Co-authored-by: MadMan310 <66886359+MadMan310@users.noreply.github.com> Co-authored-by: Yang Xizhi <60341015+GlodBlock@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: MadMan310 <66886359+MadMan310@users.noreply.github.com> * Naq Fuel 1,2,3 Changes (#99) * Naq Emulsion line changes * Mk1 recipe change * Fuel value changes * Mk2 fuel recipe changes * Radiation proof plate recipe changes * Fix sludge dust centrifuge amounts * Remove Hafnium recipe for now * Spotless * thorium balance change (#76) * Add implementation for tank info getter (#101) * Add void excess option to yotta fluid tank (#100) * Add void excess option to yotta fluid tank * derp * Added own localization of void excess toggle messages * Update build.gradle * update bc * spotlessApply Co-authored-by: Martin Robertz <dream-master@gmx.net> Co-authored-by: Yang Xizhi <60341015+GlodBlock@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: GDCloud <93287602+GDCloudstrike@users.noreply.github.com> Co-authored-by: MadMan310 <66886359+MadMan310@users.noreply.github.com> Co-authored-by: xSkewer <43712386+xSkewer@users.noreply.github.com> Co-authored-by: Maxim <maxim235@gmx.de> Co-authored-by: GitHub GTNH Actions <> * cleanup handler * Overhauled recipe generator, added circuit wraps, buffed output efficiency * Structure re-tiering * Gravi -> Nuclear for UHV components (due to overflowing) * spotless * added new casings * removed some debug info and added dep * Fixed magnetic samarium fluid and other autogenerations * fixed recipe tiering * Removed Nuclear Star, to be replaced by the GT5U version * spotless * fixed recipe handling Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Martin Robertz <dream-master@gmx.net> Co-authored-by: Yang Xizhi <60341015+GlodBlock@users.noreply.github.com> Co-authored-by: GDCloud <93287602+GDCloudstrike@users.noreply.github.com> Co-authored-by: xSkewer <43712386+xSkewer@users.noreply.github.com> Co-authored-by: Maxim <maxim235@gmx.de>
2022-11-25Depleted Th Fuel centrifuge: Increase first stack of praseodymium chance ↵querns
from 10% to 100% (#107)
2022-11-15fix free sodium (#105)Yang Xizhi
2022-11-01thorium balance change (#76)Yang Xizhi
2022-11-01Naq Fuel 1,2,3 Changes (#99)xSkewer
* Naq Emulsion line changes * Mk1 recipe change * Fuel value changes * Mk2 fuel recipe changes * Radiation proof plate recipe changes * Fix sludge dust centrifuge amounts * Remove Hafnium recipe for now * Spotless
2022-10-26naq fuel change (#96)Yang Xizhi
* naq fuel change * Spotless apply for branch naqfuel for #96 (#97) * Slightly change tooltip on the Precise Assembler (#95) 0.03 mm changed to 7nm * spotlessApply Co-authored-by: MadMan310 <66886359+MadMan310@users.noreply.github.com> Co-authored-by: Yang Xizhi <60341015+GlodBlock@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: MadMan310 <66886359+MadMan310@users.noreply.github.com>
2022-10-19Add better naq fuel recipes to combat fusion spam (#91)GDCloud
* Add higher tier naq fuel recipes * Fix Hypogen (hopefully) * Spotless >:(
2022-10-13Fix Dalisenite not having freezer recipe (#90)miozune
2022-10-07Fix incorrect material used for YotTank AL recipes (#89)miozune
Does use transcendental metal now
2022-09-03Fix incorrect circuit tier for YOT cells (#77)miozune
2022-08-12Use Advanced Glue for Special Ceramics (#68)miozune
2022-08-10Yottank change (#66)Runakai1
* YOTTANK glorification Added remainining 4 cores + cells to YOTTANK Made the Multiblock allow up to neutronium borosilicate glas * Recipe changes supercoolant added plus pumps exchanged * Request changes Made all cores 20 seconds in Assline made cells 50 seconds in Assline added recursive recipes to make 128 cores of one Tier to 1 of the next one Fixed Voltages Fixed Pump Quantity * Fixed Quantity Fixed Pump Quantity on Cells as well * spotless * Changed uncraftable Recipes Some recipes were uncraftable (dense plates reduced to 8) + changed pumps in cell recipe to match it properly * Fixed yet other pumps Co-authored-by: Dream-MasterXXL <dream-master@gmx.net>
2022-08-10Fix exploit with disassembler (#64)miozune
* Fix exploit with disassembler * spotlessApply
2022-08-06Fix overflow with EHE (#63)miozune
* Fix overflow with EHE * log if amount exceed int
2022-08-01YOTTANK glorification (#61)Runakai1
* YOTTANK glorification Added remainining 4 cores + cells to YOTTANK Made the Multiblock allow up to neutronium borosilicate glas * Recipe changes supercoolant added plus pumps exchanged * Request changes Made all cores 20 seconds in Assline made cells 50 seconds in Assline added recursive recipes to make 128 cores of one Tier to 1 of the next one Fixed Voltages Fixed Pump Quantity * Fixed Quantity Fixed Pump Quantity on Cells as well * spotless Co-authored-by: Dream-MasterXXL <dream-master@gmx.net>