aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
AgeCommit message (Collapse)Author
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-25fix 0 stack of nuclear rod (#98)Yang Xizhi
2022-10-23Slightly change tooltip on the Precise Assembler (#95)MadMan310
0.03 mm changed to 7nm
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-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-13Fix Dalisenite not having freezer recipe (#90)miozune
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-10-07Fix incorrect material used for YotTank AL recipes (#89)miozune
Does use transcendental metal now
2022-10-05Disable autogenerating Dalisenite smelting recipes (#88)miozune
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-09-09Adapt to Wiremill Configuration Circuit support (#78)miozune
2022-09-03Fix incorrect circuit tier for YOT cells (#77)miozune
2022-08-27Enable electrolyzing Zinc Chloride (#74)miozune
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-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-09turned on orundum molten because GDCloud need it for DTPF recipe of SC UMV (#65)RIONDY 'POPlol333' Adam
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>
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-27Fix duplicated recipes being generated for Large Centrifuge (#55)miozune
* Fix duplicated recipes being generated for Large Centrifuge * load before gtpp * longer timeout
2022-07-15Don't modify unrelated recipes (#54)miozune
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-07-04use correctt silicon for boule (#52)Yang Xizhi
* use correct silicon * add missing GaAs
2022-07-04Standardization of GG Chemical Recipes (#49)Yang Xizhi
* recipes * some fix * fix * more fox
2022-07-02Regroup NEI IMC and add catalyst for complex fusion (#50)miozune
* Regroup NEI IMC and add catalyst for complex fusion * Check if GT++ is loaded
2022-06-21Limit PASS recipes by energy hatch tier as well (#48)miozune
2022-06-14make precious assembler makable in iv (#46)Yang Xizhi
2022-06-14fix neturon accelrerator broken in thermalsGlodBlock
2022-06-12Use getMaxInputVoltage for finding recipes in Precise Assembler (#47)miozune
2022-06-12revertYang Xizhi
2022-06-12make hikarium smeltable at ivYang Xizhi
2022-06-10correct tooltip (#45)Yang Xizhi
2022-06-09fix zinc sulfate inconsistency (#44)Yang Xizhi
fix https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/10431
2022-06-06fix dumb shit:GlodBlock