aboutsummaryrefslogtreecommitdiff
path: root/src/main
AgeCommit message (Collapse)Author
2022-10-04Remove duplicate keys (#387)ChromicRedBrick
Remove duplicate keys Remove duplicate keys that had been commented out in #195. Co-Authored-By: Kiwi <42833050+Kiwi233@users.noreply.github.com> Co-authored-by: Kiwi <42833050+Kiwi233@users.noreply.github.com>
2022-10-03ref(texture_api): update to the texture api (#386)Léa Gris
* ref(textures): replace deprecated texture objects with api * :spotlessapply
2022-10-01update BS+SAMartin Robertz
2022-10-01Quick for Cell-Less PAs (#383)BlueWeabo
* make electrolyzer recipes work in PA * spotlessApply (#384) Co-authored-by: BlueWeabo <76872108+BlueWeabo@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-01no-more-duplicate-key (#381)iouter
2022-10-01Buffs (#382)boubou19
* buffed thallium * swapped iron for zinc in thallium recipe * botmium recipe time 480s -> 120s * spotlessApply * fix recipe mistakes
2022-09-28Fix mixer dupe bug with ME input bus (#380)Maxim
* Change accidently inventory access on bus as this will cause dupe bugs with the ME bus * Apply spotless
2022-09-28Fix input seperation on mixer (#379)Maxim
* Added back logic that has input seperation, while still allowing having no input busses at all * Apply spotless
2022-09-26Fix fluid-extraction recipes for Redstone Alloy are incorrectly overwritten ↵miozune
(#377)
2022-09-26Fix mixer requiring input busses to work (#375)Maxim
* Removed unnecessary inputs builder from mixer * Applied spotless
2022-09-26Made super bus recipe time not tier dependend (#376)Maxim
2022-09-26Fix NPE with Crop Harvester (#378)miozune
* Fix NPE with Crop Harvester * address review
2022-09-25Fix EU/t display in large turbine multiblocks (#374)Raven Szewczyk
2022-09-25Revert "Decreased consumption by 20 since it uses the sec value per tick ↵Maxim
(#372)" (#373) This reverts commit 7c1b717a8f90397e90f0c9e70790aaed9f0e65bb.
2022-09-25Decreased consumption by 20 since it uses the sec value per tick (#372)Maxim
2022-09-25Rebuild turbine distribution to respect stocking input bus (#369)Maxim
2022-09-25fix multiblock misbehavior after mode change (#370)Glease
* fix can buffer in singleblock mode * flush last recipe on recipe map change * Spotless apply for branch fix/adv-dt for #370 (#371) Co-authored-by: Glease <4586901+Glease@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-24Fix Amazon dupe bug (#368)Maxim
* Use proper find recipe instead of this hacky way * Reenable accident comment out of log
2022-09-24Removed wrong local var init (#367)Maxim
2022-09-24Corrected offsets in survival placement (#366)Maxim
2022-09-24Update zh_CN.lang (#365)Kiwi
* Update zh_CN.lang * Update zh_CN.lang
2022-09-23Decreased case count from 10 to 5 (#291)Maxim
2022-09-23spotlessMartin Robertz
2022-09-23XL Plasma consumes every tick instead of second (#363)BlueWeabo
* fixes * remove commented code to appease reviewer
2022-09-23add bus IO indicator and implement survival construct for steam multis (#361)Glease
* add bus IO indicator and implement survival construct for steam multis * fix copy paste
2022-09-23Fix misbehaved merge in #290 (#362)miozune
2022-09-21fix log spam (#360)pulsemageadvocate
2022-09-21fixes XL bug to produce plasma and adds Steelux turbine change (#357)BlueWeabo
* fixes XL bug to produce plasma and adds Steelux turbine change * spotlessApply (#358) Co-authored-by: BlueWeabo <76872108+BlueWeabo@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> * changes requested * spotlessApply (#359) Co-authored-by: BlueWeabo <76872108+BlueWeabo@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> * missed it, now its added Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-09-19Change hypogen solidifier recipe EU requirements to UIV. (#356)Connor-Colenso
Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
2022-09-18migrate to new survival autoplace api (#353)Glease
* migrate to new survival autoplace api * Spotless apply for branch feature/autoplace-rotate-hatches for #353 (#354) Co-authored-by: Glease <4586901+Glease@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-18Rocketdyne Tweaks (#351)Steelux
- Fixed tooltip values to better reflect the behavior of the multi; - Changed the math behind efficiency loss to be closer to the intended numbers; - Make minimum number of air intake hatches 1 instead of 8, and shut down the multi when air intake isn't enough for the fuel input;
2022-09-17flush buffer after use (#352)Glease
2022-09-16Add circuit slot support to super input bus (#349)Jakub
* Add circuit slot support to super input bus * Client side only * Fix server crash * Diffrent action
2022-09-16address some concerns in structure code (#350)Glease
2022-09-14Bugfixes and Speed Increases for the LFTR Chain (#345)Steelux
* Bugfixes, Processing Speed and Gas Output Changes - Changed a few restrictions to allow this chain to be doable in IV, as intended; - Changed the EU/t of the 3 fuels to match the usage of 4 buffered dynamos, and reduced the burning time to keep the total energy per L the same; - Lowered the recipe time of some recipes done in multiblocks; - Other tooltip and bug fixes. * Spotless apply for branch LFTR_Work for #345 (#346) * update BS+Spotless * Fix healing device never getting discharged (#343) * spotlessApply Co-authored-by: Martin Robertz <dream-master@gmx.net> Co-authored-by: Jakub <53441451+kuba6000@users.noreply.github.com> Co-authored-by: Steelux <70096037+Steelux8@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: Martin Robertz <dream-master@gmx.net> Co-authored-by: Jakub <53441451+kuba6000@users.noreply.github.com>
2022-09-14Rocketdyne Structure Fix and Cost Reduction (#347)Steelux
* Structure Fix and Recipe Change - Fixed Air Intake Hatches not being detected by the controller; - Reduced the amount of Tungstensteel needed by replacing some with Titanium. * Spotless apply for branch Rocketdyne_Changes for #347 (#348) Co-authored-by: Steelux <70096037+Steelux8@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> * properly fix structure code * Changed Pipes and Stick Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Glease <4586901+Glease@users.noreply.github.com>
2022-09-13Fix healing device never getting discharged (#343)Jakub
2022-09-12Fix machine item NBT not being saved (#344)miozune
2022-09-10Fix incorrect casing id for Flotation Cell (#342)miozune
2022-09-09Adapt to Wiremill Configuration Circuit support (#341)miozune
2022-09-05adv dt fixes (#338)Glease
* fix typo in tooltip instead of typo in code * fix adv dt allowing distillery mode without full height
2022-09-05Fixes EU discount typo in Adv_DistillationTower (#337)joegnis
2022-09-04Fix PSS average i/o scanner display (#336)LewisSaber
2022-09-03allow separate input bus for wiremill (#335)Glease
2022-09-03Remove GT asm (#333)Glease
* remove GT asm * Spotless apply for branch no-gt-asm for #333 (#334) Co-authored-by: Glease <4586901+Glease@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> * Update dependencies.gradle * Update dependencies.gradle * Update dependencies.gradle Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Martin Robertz <dream-master@gmx.net>
2022-08-31Remove Railcraft asm as we have the source code now (#332)Raven Szewczyk
2022-08-30a less buggy and more performant canBufferOutput implementation for fluid ↵Glease
management (#317) * a less buggy and more performant canBufferOutput implementation for fluid management * fix CME * spotless * also redo item canBufferOutputs * spotless Co-authored-by: kuba6000 <kuba.123123.6000@gmail.com>
2022-08-30fix operator percedency in advanced dt (#329)Glease
2022-08-29rename (#324)Martin Robertz
Co-authored-by: kuba6000 <kuba.123123.6000@gmail.com>
2022-08-29Bugfix and Rework of the GT++ Solar Tower (#290)Steelux
* Bugfix and Rework of the Solar Tower - Fixed several bugs that prevented the solar tower from recognizing the reflectors; - Added more information on the tooltip; - Reworked the math behind internal heat, and conversion from Cold to Hot Solar Salt; - Removed some MathUtils logs that spammed a log every tick if GT++ logs were enabled; - Changed the values in the conversion from Hot Solar Salt to SH Steam. * Fix Tooltip, Refactor Math * Additional Fixes * spotlessApply (#319) Co-authored-by: Steelux <70096037+Steelux8@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> * Revert "spotlessApply (#319)" This reverts commit d75249d1e98a4f99db072548263065983f86b3a3. * fix Co-authored-by: kuba6000 <kuba.123123.6000@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>