aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-15Update build-and-test.ymlMartin Robertz
2022-10-14fix tool class using the wrong modid in optionals (#1466)Glease
2022-10-14Allow PA to handle Long EUt (#1465)BlueWeabo
2022-10-14Update GT_TileEntity_Windmill.java (#217)iouter
Former-commit-id: e74cf9861c474c4457a94827ba5c5cff2e77d317
2022-10-13Fix Fluid Detector RS signal (#1464)Charles Gagnon
2022-10-13Fix Super tank capacity in Waila (#1463)Charles Gagnon
2022-10-13Fix accidental block dupe (GTNewHorizons/bartworks#216)Jakub
* Fix dupe * Move setup process to checkRecipe
2022-10-13Fix accidental block dupe (#216)Jakub
* Fix dupe * Move setup process to checkRecipe Former-commit-id: f72a6bd720ae66d8d722658e8d467a239b969ec3
2022-10-13Fix Dalisenite not having freezer recipe (#90)miozune
2022-10-13Interface IAlleleBeeAcceleratableEffect moved to Forestry (#1462)Jakub
* Bump Forestry * Interface IAlleleBeeAcceleratableEffect moved to Forestry
2022-10-13Fix Sterile Farm Casing Recipe (No Tumbaga Pipe) (#402)Steelux
2022-10-12Add interface to implement Bee effects that can be accelerated (#1460)Jakub
* Add IAlleleBeeAcceleratableEffect * Still feeling the rainbow * Use float * NBT * No more gendustry * Production modifier is counted from 0 now * Extract bee cycles length * spotless
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