aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/goodgenerator/blocks
AgeCommit message (Collapse)Author
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
2022-01-26add recipe for XHE, SC turbine and new pipesGlodBlock
2022-01-26missed oneGlodBlock
2022-01-26use 0lafe suggestion for the combustion effGlodBlock
2022-01-25finish SC turbineGlodBlock
2022-01-25finish the XHE recipe and running systemGlodBlock
2022-01-22gui and structure stuff of XHEGlodBlock
2022-01-12adjust cell gate and recipeGlodBlock
2022-01-11new render system and add SC fluid power system and XHE base, no recipe yetGlodBlock
2022-01-10make yothatch become part of ec2 fluid storageGlodBlock
2022-01-09yottank ec2 supportGlodBlock