aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-06updateMartin Robertz
2024-05-06LEG rotation fix (#249)Abdiel Kavash
2024-05-04updateMartin Robertz
2024-05-04Deduplicate assline recipes for yottank cells (#252)NotAPenguin
2024-05-04why return in middle of loop? ? ? (#254)梅天佑
2024-04-28updateMartin Robertz
2024-04-22Neutron Activator UI always reports kinetic energy in MeV. (#253)Abdiel Kavash
2024-04-16updateMartin Robertz
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-30updateMartin Robertz
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-23updateMartin Robertz
2024-03-23bandaid fix for NA lag when off (#247)Glease
2024-03-13updateMartin Robertz
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-22updateMartin Robertz
2024-02-22fix naq nugget recipe (#237)chochem
2024-02-10updateMartin Robertz
2024-02-10updateMartin Robertz
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-02-04[ci skip] upgraded build systemRaven Szewczyk
2024-01-23update bs+depsMartin Robertz
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-12update depsMartin Robertz
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
2024-01-10update dependencies (#231)bombcar
2024-01-08[ci skip] upgraded build systemRaven Szewczyk
2023-12-25update depsMartin Robertz
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-20update depsMartin Robertz
2023-12-18update depsMartin Robertz
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-12update depsMartin Robertz
2023-12-12Fix crash with Nq Gen if coolant has just been depleted (#226)miozune
2023-12-11update bs+depsMartin Robertz
2023-12-11Fix naquadah reactor not accepting non-fuel fluids (#225)miozune
2023-12-06update depsMartin Robertz
2023-12-06fix compact fusion energy consumption (#222)HoleFish
* fix * correct tooltip * correct mk4 tooltip * fix