aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
AgeCommit message (Collapse)Author
2024-05-24Might fix wrong dust from macerating raw ore (#258)Ethryan
* Might fix wrong dust from macerating raw ore * Update dependencies.gradle
2024-05-19Prevent Instant UCFE Explosions (#256)Daniel Mendes
* Add safety explosion counter to protect multi - Added a 10 second counter that fails the normal energy output in the UCFE, but also prevents it from exploding. This fixes the issue of starting it with some fuel in the inputs, and also on world load if EU is not extracted fast enough. * Clarify tooltip and shutdown on explosion - Added relevant information to tooltip; - Force shutdown of the multi after explosion, since it keeps running due to some weird structure check. * Shorten description lines and add structure info - Shortened the longest description lines since they were too long; - Added a note about needing to force structure check by powering on the multi; - Spotless. * Remove explosion possibility - Removed doExplosion from the EU generation part of the cody, now the machine only stops when the dynamo is full; - Renamed variables and changed comments and tooltip to match the way the code works now. * Change ticks to seconds in final variable * spotlessApply (#257) Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-05-10YOTTank performance refactor (#255)Raven Szewczyk
* Clean up yottank biginteger handling code * Only tick the tank once per second, adjust the output to match * Clean up yottahatch and fix a couple of omissions in the tank
2024-05-06LEG rotation fix (#249)Abdiel Kavash
2024-05-04Deduplicate assline recipes for yottank cells (#252)NotAPenguin
2024-05-04why return in middle of loop? ? ? (#254)梅天佑
2024-04-22Neutron Activator UI always reports kinetic energy in MeV. (#253)Abdiel Kavash
2024-04-16Allow wire cutter to toggle batch mode on Component Assembly line (#250)NotAPenguin
* Allow wire cutter to toggle batch mode on COAL * spotlessApply (#251) Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-30update T1 diffusion cells to EV for the bee sucker (#248)Alastors
* update T1 diffusion cells to EV * Update Research.java --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2024-03-23bandaid fix for NA lag when off (#247)Glease
2024-03-13Numeric widget and localized number formatting. (#242)Abdiel Kavash
* bs + dep * Neutron Sensor UI rework. * Dynamic TextWidgets and number formatting. * bs + dep
2024-03-12Prevent LEG from drawing significantly higher amounts of coolant than ↵Reagan Roop
expected (#243) * Prevent coolant from being drained at a significantly faster rate. * Tidy incorrect EUt check and remove draining incorrect essentia types
2024-03-12Fix naq fuel refinery coils not auto placeable in survival (#245)Lyfts
* update bs+deps * fix naq fuel refinery coils not auto placeable in survival
2024-03-12Fix compact fusions (#241)HoleFish
* fix machine not shut down when no enough startup power * tweak EU capacity and power restriction for a single hatch * fix missing OCs and code clean * too much hatch power
2024-03-12CoALs: Add missing styrene-butadiene variants for AssLine recipes. (#239)Alex Bee
2024-03-12fix (#244)HoleFish
2024-02-22Fix compact fusion tierskip, wrong OC and scanner info (#238)GDCloud
* negate scanner eu/t * prevent fusion tierskips * stop compacts from overclocking on-tier recipes * undo star import
2024-02-22fix naq nugget recipe (#237)chochem
2024-02-10Compact fusion structure fixes (#236)Lyfts
* update bs+deps+address deprecation * compact fusion autobuild fixes
2024-02-10Fix UCFE fuel consumption (#234)HoleFish
* fix consumption and adjust code structure * Update UniversalChemicalFuelEngine.java * Update UniversalChemicalFuelEngine.java --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2024-02-08Allow compact fusions to accept any amount of energy from energy hatches (#235)HoleFish
* fix energy consumption * hatch stuff
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
2024-01-12Compact Fusions support buffer (#230)HoleFish
* buffer * Update src/main/java/goodgenerator/blocks/tileEntity/LargeFusionComputer3.java Co-authored-by: Raven Szewczyk <git@eigenraven.me> * Update src/main/java/goodgenerator/blocks/tileEntity/LargeFusionComputer5.java Co-authored-by: Raven Szewczyk <git@eigenraven.me> * Update src/main/java/goodgenerator/blocks/tileEntity/LargeFusionComputer4.java Co-authored-by: Raven Szewczyk <git@eigenraven.me> * Update src/main/java/goodgenerator/blocks/tileEntity/LargeFusionComputer2.java Co-authored-by: Raven Szewczyk <git@eigenraven.me> * Update src/main/java/goodgenerator/blocks/tileEntity/LargeFusionComputer1.java Co-authored-by: Raven Szewczyk <git@eigenraven.me> --------- Co-authored-by: Martin Robertz <dream-master@gmx.net> Co-authored-by: Raven Szewczyk <git@eigenraven.me>
2024-01-12enable batch mode for CoAl(#233)GDCloud
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-18Batch mode for compact fusion MKIV-V (#223)HoleFish
* batch mode * Update en_US.lang
2023-12-18Cleanup isValidMetaTileEntity again (#227)miozune
2023-12-12Fix crash with Nq Gen if coolant has just been depleted (#226)miozune
2023-12-11Fix naquadah reactor not accepting non-fuel fluids (#225)miozune
2023-12-06fix compact fusion energy consumption (#222)HoleFish
* fix * correct tooltip * correct mk4 tooltip * fix
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-12-03fix Naquadah Reactor don't detect ME input hatch when running (#218)HoleFish
* fix * adjust
2023-12-03structure cleanup (#220)Glease
* structure cleanup * spotlessApply --------- Co-authored-by: GitHub GTNH Actions <unknown>
2023-10-30Cleanup isValidMetaTileEntitymiozune
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-10-10Stop maintenance issues cropping up on fuel refinery. (#215)Alex Bee
2023-09-29Fluid cell tooltip change (#213)Alexdoru
* add the word "yottank" to the fluid cells so they can be found easily in NEI * add zh_CN translation
2023-09-24add metastable oganesson solidifer recipies (#212)Lyfts
2023-09-23Cleanup noXXXYYY methods (#211)miozune
* updateBuildScript * Update dependencies * Cleanup noXXXYYY methods * Fix wildcard import
2023-09-22format the eu/t number in the scanner data of the Naquadah reactor multi (#210)Alexdoru
* format the eu/t number in the scanner data of the Naquadah reactor multi * update buildscript
2023-09-12Fix Large Naq Reactor tooltip error (#209)Serenibyss
2023-08-30Fix precise assembler not overclocking with amperage and Precise mode having ↵BlueWeabo
parallels (#207) * fix precise assembler not overclocking with amperage * fix precise mode having parallels * address review
2023-08-28Make UCFE use TecTech's new power API (#204)sasha0552
* Make UCFE use TecTech's new power API * Wrap numbers using formatNumbers
2023-08-26no amperage OC for PrAss (#203)chochem
2023-08-24Buff Mark I and Mark II naquadah fuels (#202)Sampsa
* Improve MK I burn time by 200% and MK II burn time by 250%
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-08-16fix fuel refinery overclocks (#195)BlueWeabo