aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-12No more duplicated key II (#1457)iouter
* no more duplicated key II * spotlessApply
2022-10-12Remove circuit 0 (#215)miozune
Former-commit-id: 82d1d14bcd56ba299ec21a8282aae977fc3c9ed9
2022-10-12Add a Heating Counter for LHE Explosions (#1455)Steelux
* Add a Heating Counter for LHE Explosions - Change the LHE code to start counting up to a specific value on every tick where there's no distilled water, only exploding after a certain time has passed without water, instead of instantly. * Fixes * spotlessApply (#1456) 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>
2022-10-12Fix Amount of Infinite Mutation Catalyst Output (#398)Steelux
- Changed output from 1 to 5 catalysts, to match the input of 5 carriers.
2022-10-12Revert the Nerf to Algae Farm Casing Cost (#397)Steelux
- Changed the Algae Farm casing tier to the low tier it was supposed to be at, this time at MV and with no dirt. The casing is shared with the TGS, which was the reason for the nerf, but the controller can gate that multi; - Adjusted the controller recipe for the Farm to also be MV.
2022-10-12Guard against cover data setter (#1458)miozune
2022-10-12fix comb localization (#1454)iouter
2022-10-12fix material localization (#395)iouter
* fix material localization * spotlessApply
2022-10-12Merge pull request #107 from GTNewHorizons/fix/log-spamConnor-Colenso
Properly fix ender fluid container not saving stuff
2022-10-12Revert the change to Paperbark trees, also removes harvestcraft from ↵Alastors
dependency (#1459) * Update dependencies.gradle * Update GT_Mod.java * Delete Harvestcraft.java
2022-10-11Merge pull request #27 from GTNewHorizons/rotationJakub
Block Extreme Extermination Chamber rotation
2022-10-11Block EEC rotationkuba6000
2022-10-12Properly fix ender fluid container not saving stuffGlease
2022-10-11Merge pull request #39 from ArtherCasan/localizedEntryMartin Robertz
Add fluid localization entry for soon localizing
2022-10-10Add fluid localization entry for soon localizingArtherCasan
2022-10-10Make Chemplant Mv and use mv materials (#396)Martin Robertz
2022-10-09Forgot one recipe (#1453)Jakub
2022-10-09Added the remaining tiered components to enums (#1452)Sampsa
2022-10-09Apply new Bees formula in Industrial Apiary and move all gendustry upgrades ↵Jakub
to Gregtech (#1447) * Update forestry * Apply new formula (+uncap the chance) * Yeet gendustry upgrades * Conversion recipes * Add upgrade frame * Remove recipes * Gendustry way * Yeet gendustry * Fix
2022-10-09digital chests improvements (#1450)Glease
* unify super chest and quantum chest code base * add item info to waila * add an input filter to digital chests
2022-10-09pump no uncommanded auto retract (#1449)Glease
2022-10-09duct tape by right click (#1451)Glease
2022-10-09Merge pull request #44 from GTNewHorizons/fix/lsc-division-zeroMartin Robertz
Fix division by zero error
2022-10-09Update GT_TileEntity_Windmill.java (#214)iouter
Former-commit-id: da53075b7721e68af4fcb6ee3bf48d011953cac3
2022-10-09.gitattributesmiozune
2022-10-09updateBuildScript & spotlessApplymiozune
2022-10-09Fix division by zero errormiozune
2022-10-09only save necessary info on super tank break (#1448)Glease
2022-10-08add foil for bw material (#213)Yang Xizhi
* add foil for bw material * forget something Former-commit-id: 3c870fc78e13967b71446cb61fec601fba01aa6c
2022-10-08Merge pull request #105 from GTNewHorizons/inductorMartin Robertz
replace coils in high tier circuits with inductor smd
2022-10-08inductor warp (#212)Yang Xizhi
Former-commit-id: 040b4fffe0212c3a3dfcb4079c30c9df5047a3a4
2022-10-08inductor usageGlodBlock
2022-10-08EIG: Fix multiple input hatches beeing ignored & Make setup modes faster. ↵Jakub
(GTNewHorizons/bartworks#210) * Deplete water from all hatches * Make setup modes fast * spotlessApply (GTNewHorizons/bartworks#211) Co-authored-by: Jakub <53441451+kuba6000@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-08EIG: Fix multiple input hatches beeing ignored & Make setup modes faster. (#210)Jakub
* Deplete water from all hatches * Make setup modes fast * spotlessApply (#211) Co-authored-by: Jakub <53441451+kuba6000@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Former-commit-id: 918011dfc525f5a884281dd5f4874dda1b4fa8a3
2022-10-08add Bio Fluid Block lang key (#209)くぁーりぃ
Former-commit-id: 171eafe6e82a43a265843f4087f76a045639ef1e
2022-10-07Add Processing Option for GT++ Solar Salt in the LHE (#1444)Steelux
* Add Processing Option for Solar Salt in the LHE - Add an option to process GT++ Solar Salt in the Large Heat Exchanger, to avoid people having to build the Thermal Boiler specifically for this purpose. * spotlessApply (#1445) 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>
2022-10-07Added batch mode to Processing Arrays adding up to 128 parallel (#1446)Sampsa
* Added batch mode to Processing Arrays simulating up to 128 back-to-back recipe completions * Fix copy-paste mistake
2022-10-07add the glass (#208)BlueWeabo
Former-commit-id: 708159b2af4bd7f321f0e17122819393b1230ea0
2022-10-07Cryotheum bee change (#1443)Runakai1
* Add Blizz comb * apply spotless * Wrong way around
2022-10-07Indium Bee nerf (#1442)Runakai1
* Indium Bee nerf Also, in another PR, will be blacklisted from mutatron * Wrong alias * keep old comb chance
2022-10-07Mega Alloy Blast Smelter (#394)MadMan310
* Initial commit * added BW dependancy & runtime * dimmminsishing returns on coil discount, fix other stuff * Coil discount is now a linear function * spotlessApply * Add recipe * Fixed scanner recipe
2022-10-07Fix incorrect material used for YotTank AL recipes (#89)miozune
Does use transcendental metal now
2022-10-06Add Tea Bee (#1439)Runakai1
* Add Tea Bee Fertilizer, Ash parents 10% chance for tea * Fix spelling mistake * Kuba my lord requested change * Spotless plus removed mod dep * stuff changed * more stuff changed * Bee gone nocturnal
2022-10-06Less max PA parallels (#1438)BlueWeabo
2022-10-06Fix Dehydrator Recipes Not Having Circuits (#393)Steelux
- Fixed conflict between Dehydrator recipes due to fluid-to-dust recipes generating without circuits. Changing the "advanced" circuit to a default GT one fixes the problem.
2022-10-05Merge pull request #43 from TrainerSnow/masterMartin Robertz
Change way average is calculated for LSC (now shows actual useful values)
2022-10-05handle drops with a smaller max stack size properly (#391)Glease
* handle drops with a smaller max stack size properly also inverted a few if statements to reduce nesting levels. the effect and semantic is left the same * optimize a bit
2022-10-05Allow Redstone, Energy, and item to pass through Fluid Filter Cover (#1437)miozune
2022-10-05Fix recipe conflict with plate and slab for some Botania materials (#1436)miozune
* Fix recipe conflict with Livingrock plate and slab * Livingwood and Dreamwood