aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-01-16Add Output Hatch to the list of valid hatches on tooltip (#502)miozune
2023-01-16Return max value if no tier was found (#1655)Maxim
2023-01-16Merge pull request #50 from GTNewHorizons/lineskip-for-ceriumMartin Robertz
bastlineskip for cerium
2023-01-15retain original ratiosPxx500
2023-01-15Update RecipeLoader.javaPxx500
2023-01-15Fix dehydrator singleblock (#501)Jakub
2023-01-15Added output hatch as valid structure part (#500)Maxim
2023-01-15recipePxx500
2023-01-14Fix Ultimate Tea Research (#44)Jakub
* Trigger after MT Reload * Update MTLoader.java
2023-01-14Fix mabs structure persistance (#498)Maxim
* Reset structure variables before checking structure * Fix persistance of structure variables
2023-01-14Changed processing of Depleted "The Core" Cell (#264)RaitGamerGR
* Changed "The Core" recipe * Small fix Former-commit-id: dea4166b4904037315ae9e6c62d9e6adb8dd6bf5
2023-01-14Merge pull request #138 from GTNewHorizons/ImplementConnectionTypeGetterMartin Robertz
Override connection type getter
2023-01-14Fix mabs exotic hatches (#496)Maxim
* Fix MABS not accepting multi amp hatches below UV glass * Clean up using new getters * Spotless * spotlessApply (#497) Co-authored-by: Maxim <maxim235@gmx.de> Co-authored-by: GitHub GTNH Actions <> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-01-14Fix mabs exotic hatches (#496)Maxim
* Fix MABS not accepting multi amp hatches below UV glass * Clean up using new getters * Spotless * spotlessApply (#497) Co-authored-by: Maxim <maxim235@gmx.de> Co-authored-by: GitHub GTNH Actions <> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-01-14Added getter for average voltage (#1653)Maxim
2023-01-14Add connection type getter (#1652)Maxim
* Added connection type and getter * Added getter for total eu * Replace old getters
2023-01-14Override connection type getterminecraft7771
2023-01-14typoAlexdoru
2023-01-14add circuit (#1651)chochem
2023-01-14Pulling the hardcoded ore behavior from TypeFilter (#1648)Andrey
Co-authored-by: Andrey <timeconqueror999@gmail.com> Co-authored-by: GitHub GTNH Actions <>
2023-01-13Added localization for MABS achievement (#495)Maxim
2023-01-12Implement working amps to remove the hack (#494)Maxim
* Implement working amps to remove the hack * Use long base function instead of helper * Updated dep * Also yeet hack from QFT
2023-01-12Merge pull request #137 from GTNewHorizons/NewAmpGetterImplementationMartin Robertz
Override new amp getter for working amps
2023-01-12Fix volcanus batch mode (#493)GDCloud
2023-01-12Override new amp getter for working ampsminecraft7771
2023-01-12Moved amp getter from energy hatch to hatch class (#1647)Maxim
2023-01-12Add batch mode to gt++ multis (#486)GDCloud
* buffs * Base logic * Fixes * Spotless * Social Experiment * swap separate input bus to screwdriver * It lives * Spotless * Fix Massfab * Fix LPF, packager, replicator * address reviews + spotless * address more requested changes * more fixes * fix fix * Spotless
2023-01-12Added getter for working amperes of a hatch (#1646)Maxim
* Added getter for working amperes of a hatch * Replaced max input amp getter with call to working amp getter
2023-01-10Spotless!GTNH-Colen
2023-01-10Fully purge useless unused checks/class/block. Refactor block storage.GTNH-Colen
2023-01-10Fully purge useless unused checks/class/blockGTNH-Colen
2023-01-10SpotlessGTNH-Colen
2023-01-10SpotlessGTNH-Colen
2023-01-10Merge remote-tracking branch 'origin/CelestialThingy' into CelestialThingyGTNH-Colen
# Conflicts: # src/main/java/com/github/technus/tectech/recipe/TT_recipe.java
2023-01-10Remove Universal Fluid Cells from recipes (#263)miozune
Former-commit-id: 6f82e9b3964288213fc21f3dd84267bf980af352
2023-01-10Merge pull request #134 from GTNewHorizons/CelestialThingy-spotless-fixesMartin Robertz
Spotless apply for branch CelestialThingy for #132
2023-01-10Fix breaking drawer voids items (#1645)miozune
2023-01-10TranslationsGTNH-Colen
2023-01-10add linked input bus (#3)Glease
* add linked input bus * fix automation * fix tooltip * disable extraction from linked input bus * add dependency changes * fix bugs * a new recipe that make some sense
2023-01-10Decreased Zyngen minimum casings (#492)RaitGamerGR
2023-01-10spotlessApplyGitHub GTNH Actions
2023-01-10Merge b2a2166e2c9086b0e5678d9088522437fe6af607 into ↵Connor-Colenso
44fbc83f2e41def4a911eca26af0ee76a1b99962
2023-01-10TranslationsGTNH-Colen
2023-01-10Turn off debug modeGTNH-Colen
2023-01-10SpotlessGTNH-Colen
2023-01-10Allow earlier initialization of exotic fluid cells (#1644)miozune
* Allow earlier initialization of exotic fluid cells * Rename method and move initialized check to inside * Use null check and remove mHasNotBeenInitialized * Always set itemstack * address review * address review * Update javadoc * Refactor tryToInitialize * Remove isStackAlreadySet from ID collision check
2023-01-10Spotless + survival construction enabledGTNH-Colen
2023-01-10Bump GT5 depGTNH-Colen
2023-01-10SpotlessGTNH-Colen
2023-01-10Fix attempt 2GTNH-Colen