aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-01-20Parallel helper for all addons to use. (#1657)BlueWeabo
* work on parallel helper * spotless hell * working? parallel * spotless * documentation * spotless * revert useless addition * fixes * spotless bs * remove commented code * remove outer if and make batchmode void protected
2023-01-20More quad input hatches (#1668)TheEpicGamer274
* Optical Line-Water line & Items * Spotless apply * Spotless applies + Optical Board * Adding more Quad Hatches
2023-01-20Change Runite element (#507)Ethryan
Since § is a color code in minecraft, it can't be used here, but seriously, this material needs some kind of use.
2023-01-19Add Chromatic Glass Foil (#506)GDCloud
* Fix volcanus batch mode * Chromatic glass foil
2023-01-19use new working ampere api instead of reflectionGlease
2023-01-19Merge branch 'master' of https://github.com/GTNewHorizons/KubaTechkuba6000
2023-01-19fix NPE in TeaCollection (#45)Alexdoru
2023-01-19MCR_Aesthetic (#270)RIONDY 'POPlol333' Adam
Former-commit-id: fb96ce1cf99b06f8fed03e693badd9c122a83024
2023-01-18Don't transform LWJGL3 if present, the keyboard bug is fixed there (#505)Raven Szewczyk
2023-01-18Add plate & ingot types for Thorium-232 (#268)Elisis
* Add plate & ingot types for Thorium-232 * spotlessApply (#269) Co-authored-by: Elisis <gtandemmodding@gmail.com> Co-authored-by: GitHub GTNH Actions <> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Former-commit-id: ee526305b47f0602d0ca3d8be4a051cec828af42
2023-01-18Added getter if machine is rain proof (#1662)Maxim
* Added getter if machine is rain proof * Extract rain checker to prevent needless computation * Minor refactoring
2023-01-17More licensingkuba6000
2023-01-17Remove hack, we no longer need it (#1661)Maxim
2023-01-17Earl Gray is now in Mega Apiary questkuba6000
2023-01-17New yearkuba6000
2023-01-17How these pixels even got therekuba6000
2023-01-17Merge branch 'master' into CelestialThingyMartin Robertz
2023-01-17Optical Line Items & Fluids added (#1658)TheEpicGamer274
* Optical Line-Water line & Items * Spotless apply * Spotless applies + Optical Board
2023-01-17Merge remote-tracking branch 'origin/CelestialThingy' into CelestialThingyGTNH-Colen
2023-01-17Fix texture page issueGTNH-Colen
2023-01-17Fix loading order (#267)miozune
* Update buildscript & dependencies * Set useDependencyInformation to false Former-commit-id: 93f055437b49cad56c15c1af6266a4f6c9d198d0
2023-01-17Revert "Lower the Hydrogen Cost of Hydrocracking (#1627)" (#1660)Pxx500
This reverts commit 427bc302bb672a90cf3adc4b4606a1a418a9a367.
2023-01-17Lower the Hydrogen Cost of Hydrocracking (#1627)Steelux
* Lower the Hydrogen Cost of Hydrocracking * Fix High Amounts of Returned Hydrogen
2023-01-17two fix -> Isamill (#489)Zereff06
* fix -> isaMill damage when not work * fix-> armor reduction 20 armor points add 80% damage reduction, more points add more damage reduction * spotless Apply
2023-01-17Add modinfo for child mods (#265)glowredman
* Update BWCore.java * Update mcmod.info Former-commit-id: 8ba5b13abb55d34186acbf589e1d262aab5c6d2a
2023-01-17fix sandstone roen conflict (#1659)chochem
2023-01-16Add Version Token Replacment for API (#266)glowredman
* Change version token for main api * Enable version token replacement for api info Former-commit-id: ff47528934261eb0e57d871bb2c81867e806489c
2023-01-16Set childmods (#504)glowredman
* Set GT++ Preloader as child mod * Set Australia and ToxicEverglades as child mods
2023-01-16Remove muffler hatch from the list of valid hatches for Flotation Cell and ↵miozune
fix dimension of the structure on tooltip (#503)
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