aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/goodgenerator/blocks
AgeCommit message (Collapse)Author
2022-11-04Add void excess option to yotta fluid tank (#100)Maxim
* Add void excess option to yotta fluid tank * derp * Added own localization of void excess toggle messages
2022-11-04Add implementation for tank info getter (#101)Maxim
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-23Slightly change tooltip on the Precise Assembler (#95)MadMan310
0.03 mm changed to 7nm
2022-10-17fix bunch of yottank issues (#94)Yang Xizhi
* yot tank/hatch fix * dep
2022-10-16fix missing hatch element (#92)Yang Xizhi
* 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>
2022-10-12Auto place integration (#83)Maxim
* Updated needed dependancies * Added autoplace integration for compact fusion reactors * Corrected energy hatch type and increased budget for large fusion * Applied spotless * Added autoplace integration to precise assembler * Reverted check for now * survival build multis * spotless * spotless annoyance * Added structure check from normal compact to gtpp compact * SC Steam turbine survival Co-authored-by: BlueWeabo <76872108+BlueWeabo@users.noreply.github.com>
2022-09-26Added start and end processing calls to NA onPostTick item access (#87)Maxim
2022-09-24Fix pollution produce (#84)DianeXD
* Fix pollution produce * Remove air requirement from LES flux gas generation * spotlessApply (#85) Co-authored-by: DianeXD <64360468+DianeXD@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-09-23Reset mUpdate timer when base cyclicUpdate_EM() is triggered (#81)Raven Szewczyk
* Reset mUpdate timer when base cyclicUpdate_EM() is triggered This matches TT behaviour of the private cyclicUpdate() function in TT machines * Check compact fusion structure every 5 min instead of 50s
2022-09-21Fix integer overflow in PAss when overclocking beyond MAX (#82)Raven Szewczyk
2022-09-16fix overflow cal when max input voltage over max (#80)Yang Xizhi
* fix overflow cal when max input voltage over max * int - 1
2022-09-12fix voltage check (#79)Yang Xizhi
2022-08-23Allow multiple hatches in Large Essentia Generator (#72)Team1Warlord
LEG allows you to use only 1 essentia input hatch, because other places for hatches will be used for dynamo hatch, maintenance hatch and input hatch for liquid. So you cannot use multiple essentia type in 1 generator and multiple liquid type, but LGE allows you to do that by its own. Moreover, it cannot use more than 2 essentia per tick because of slow essentia providers (export busses doesn't work).
2022-08-19Use the same check as in multiblock base to check the structure (#71)Maxim
* Use the same check as in multiblock base to check the structure * Applied spotless
2022-08-14Rate-limit the YOTTAHatch to reduce their tick time. (#69)Sampsa
* Rate-limit the YOTTAHatch to reduce their tick time. * Move onPostTick to be called every tick
2022-08-13Changed Fluid Display (#67)Runakai1
* Changed Fluid Display * spotless apply Co-authored-by: boubou_19 <miisterunknown@gmail.com>
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>
2022-07-31fix sc steam turbine do damage turbine in loose mode (#60)Yang Xizhi
2022-07-29Fix ConcurrentModificationException (#59)DianeXD
2022-07-27Some LES bug fixes (#57)DianeXD
* Add mod check to prevent unexpected crash * Fix wrong NBTbase type * Fix some missing Essentia * Change incorrect text * careless * Use the correct random function
2022-07-15Expand item limit for Neutron Activator & Add back Low Quality Naquadria ↵miozune
Sulphate to the outputs from Concentrated Enriched-Naquadah Sludge (#53) * Expand item limit for Neutron Activator & Add back Low Quality Naquadria Sulphate to the outputs from Concentrated Enriched-Naquadah Sludge * updateBuildScript & spotlessApply
2022-07-05supercritial steam power cycle system (#51)Yang Xizhi
Co-authored-by: Martin Robertz <dream-master@gmx.net>
2022-06-21Limit PASS recipes by energy hatch tier as well (#48)miozune
2022-06-14fix neturon accelrerator broken in thermalsGlodBlock
2022-06-12Use getMaxInputVoltage for finding recipes in Precise Assembler (#47)miozune
2022-06-10correct tooltip (#45)Yang Xizhi
2022-06-06fix dumb shit:GlodBlock
2022-05-30Prevent misoperation (#43)DianeXD
2022-05-13Incorrect value (#40)DianeXD
* Incorrect value * Incorrect value
2022-05-09Add Large Essentia Smeltery (#38)DianeXD
* Add Large Essentia Smeltery * Add info data * Add Essentia Output Hatch (ME) * fix node power * Bug fix * Solve the problems mentioned * Undo wrong changes
2022-05-06Fix asymmetry structure in Large Fusion (#36)miozune
* Fix asymmetry structure in Large Fusion * Fix tooltip
2022-04-25wrong parent classYang Xizhi
2022-04-24Efficiency Changes in the Universal Chemical Fuel Engine (#12)Steelux
* Efficiency Coefficient Changes - Changed the coefficients for the formulas used to calculate the fuel efficiency of Diesel and Gas fuels. This should penalize the usage of simpler, low fuel value fuels compared to their more complex, higher fuel value alternatives. * Changed Files that are Supposed to be Ignored
2022-04-22use the correct max input power method (#34)Yang Xizhi
otherwise it will try to drain more energy than it should
2022-04-01attempt to fix NA in thermos (#31)Yang Xizhi
* attempt to fix NA in thermos * fix colen's oversight
2022-03-31decrease the allowed hatch amount (#27)Yang Xizhi
* decrease the allowed hatch amount * remove useless code * oversight
2022-03-31Fix secondary description (#28)MuXiu1997
2022-03-15fix oversight on sc turbine energy cal and water amount dispaly (#22)Yang Xizhi
2022-02-20Large Fusion (#16)Yang Xizhi
* large fusion structure * gui stuff for large fusion * minor fix * more fusion and coils * new structure block * redesign the sturcture * mk4 compact * recipes * oversight * fix crash with latest tt * fix PA recipe buttom * casing tooltip * nerf the controler and coil recipe * remove the origin glass * fix casing amount * compact mk5 * remove shit * cache * no null positionstack * fix OF in mk5 and balance * balance
2022-02-15Fixstructurelib (#17)bombcar
* update to handle TT change * shellcheck
2022-02-09fix essentia dupeGlodBlock
2022-02-08recipes for Pre-Assembler and minor fixGlodBlock
2022-02-08minor fixGlodBlock
2022-02-07finish precise assembler, no recipe yetGlodBlock
2022-02-07add Precise Assembler structureGlodBlock
2022-02-05fix fuel value dismatch in neiGlodBlock
2022-02-01read/write set for yothatchGlodBlock
2022-02-01allow multi output for yottankGlodBlock
2022-01-31start the work of large fusionGlodBlock