aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-01-11Enable batch mode on mega ABS (#824)GDCloud
enable batch mode
2024-01-05Add a tooltip for QFT Fluid mode (#820)BlueWeabo
* add tooltip to explain fluid mode on QFT * change wording a bit
2024-01-02Fix Soldering Iron unable to set redstone output strength. (#819)Abdiel Kavash
2024-01-01Thermal Boiler rework (#815)Abdiel Kavash
* Migrate recipes to RA. Fix oredict of outputs. * New recipe UI for NEI. * Reworked processing logic. * Display EU/t in WAILA + misc fixes * Small spelling updates. * Full rework of recipes. * Reverted Pyrotheum recipe. * Restored old recipes + cleanup.
2023-12-29Fix chisel busses (#817)chochem
fix chisel busses
2023-12-29Add centrifuge recipes for dual and quad depleted fuel rods. (#816)Abdiel Kavash
2023-12-22Allow emptying of fluid tanks by placing them anywhere in the crafting grid. ↵Abdiel Kavash
(#814) Change fluid tank emptying recipe to be shapeless.
2023-12-21Fix superbus UHV recipes and localization (#812)chochem
fix superbus UHV recipes and localization
2023-12-18Fix asymmetry in the qft multiblock (#802)Pelotrio
2023-12-18Clarify whether item or fluid output is full (#809)miozune
2023-12-17fix IOOBE when there is no fuel fluids (#808)boubou19
2023-12-17Fix Volcanus and cryo freezer not having pyrotheum and cryotheum hatch in ↵Батьків Нестор-Євген Васильович
their tooltip (#806) * Add hatche to volcane * Remove unnesesarity * Add hatche to cryo frezzer * Some inconsistency * SPOTLESS AAAAAAAAAAAAAAA SPOTLESS AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA * Spotless apply for branch hatche for #806 (#807) spotlessApply Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-12-15Fix QFT focus chance calculation (#805)miozune
2023-12-14Fix QFT not recognizing circuit in separated input bus (#804)miozune
2023-12-14Fix recipe for halfcompletecasing II (#803)chochem
fix typo
2023-12-13fix optional (#801)Glease
fix optional
2023-12-12Revert "Fix asymmetry in the Quantum Force Transformer (breaking) (#799)"Caedis
This reverts commit efb6055259da3108fb7abdfb1465fcb235f43e88.
2023-12-13Fix asymmetry in the Quantum Force Transformer (breaking) (#799)Pelotrio
Fix asymmetry in the qft multiblock
2023-12-12fix id shift of super busses (#798)chochem
fix id shift
2023-12-12Fix thermal boiler not allowing insertion of water (#797)miozune
2023-12-09Fix some multis incorrectly restricting fluid input for hatches (#796)miozune
* Fix some multis incorrectly restricting fluid input for hatches * Update dependencies.gradle --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-12-09Fixes for overflow valve, wireless charger, and transmission components ↵chochem
recipes and ids (#794) * Fix all the tiers in recipes including for wireless charger and overflow valve * fix transmission components
2023-12-09Normalize semifluid gens to match the other fuel gens (#795)bombcar
* remove mavenlocal * update dependencies * normalize semifluid gens
2023-12-07Generate Germanium fully again (#793)chochem
generate germanium fully again
2023-12-07Algae recipe fix (#792)Martin Robertz
* fix red algae to cellulose recipe fix https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/15019 * fix
2023-12-05Remove non-existing technetium recipe (#791)miozune
2023-12-04Fix steam grinder expecting more than 1 slot for void protection (#790)miozune
2023-12-04remove traceback from PlayerCache.dat (#787)bombcar
remove traceback
2023-12-03Migrate to new RecipeMap (#788)miozune
* Remove reference to GTPP_Recipe itself * Remove GTPP_Recipe_Map_Internal * Move recipemaps to separated class * Remove unused recipemaps * Migrate GT++ recipemaps Remove sElementalDuplicatorRecipes in favor of GT replicatorRecipes supporting findRecipe * Migrate the rest * Adjust catalyst priorities * Add ABS non-alloy recipe category * Remove s prefixes from recipemaps * Adapt to GT_StreamUtil rename * Adjust recipe catalysts * Fix build * update gradle+bs+deps (cherry picked from commit 8b185c7a4d881d38580cc98456265ebb751b6d93) * update deps --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-12-03fix steam machine nei structure diagram (#789)Glease
* fix steam machine nei structure diagram this is caused by repeated failure of checkMachine(), which is caused by it not clearing special steam hatches * more special hatch clearing
2023-11-30add back coke oven recipes again (#786)Glease
2023-11-29Reduce minimum casing requirement for various machines (#785)Pelotrio
* Reduce minimum casing requirement for various machines
2023-11-25Add precious metals alloy recipe for ABS (#781)lordIcocain
* ABS more recipes * spotless * rollback
2023-11-20Allow Simple Washers to clean Purified Dusts, adds LV/HV/IV/ZPM Simple ↵querns
Washers (#783) * Lower reservoir hatch tier to EV, add tooltip showing tier for reservoir + air intake hatches * Use getColoredTierNameFromTier instead of rolling our own * Allow simple washer to clean purified dusts * Adds simple washers for LV, HV, IV, and ZPM
2023-11-20Getting rid of a bunch of BS. Unused items and classes (#784)Ryan Nasers
2023-11-14Update chemplant logic to catch up with new parallel helper logic (#782)miozune
2023-11-13Cleanup basic machines and textures (#779)miozune
* Cleanup dehydrator * Cleanup reactor processing unit * Cleanup cold trap * Cleanup simple washer * Cleanup unused textures * updateBuildScript
2023-11-13Remove ruthenium roasting (#780)chochem
remove ruthenium roasting
2023-11-06Remove WA leftovers (#778)miozune
2023-11-04Minor lang fixEldrinn-Elantey
2023-11-04Fix Calcium Chloride recipe to generate in LCR (#776)chochem
fix circuit and make it RA2
2023-10-30Cleanup isValidMetaTileEntitymiozune
2023-10-28Make fish catcher output GT variant of iron nugget (#774)miozune
* Make fish catcher output GT variant of iron nugget * Cleanup code
2023-10-26add back classes referenced by code injected with asm (#772)Glease
* add back classes referenced by code injected with asm * remove chunk debugging since the related command is removed
2023-10-262 small fixes (#773)chochem
* fix cellulose fibre extraction * fix missing impure lifbef2 * update BS
2023-10-21asynchronous cape download (#770)Glease
* asynchronous cape download * spotlessApply (#771) Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-18Cleaning up (#767)Connor-Colenso
* Kill playerAPI * Gut more events and compat that is now obsolete * Remove commented out code * Remove final modifier from methods * Make more stuff final * Remove slow building ring * Protected -> private in final classes * More cleaning * More cleaning v2 * Purging * Clean DevHelper * Clean DevHelper 2 * delete DevHelper * remove useless IFMLLoadingPlugin.MCVersion annotation from @Mod files * check for obfuscation only once in the IFMLloadingPlugin.injectData * don't instantiate the static class ASMConfig * delete unused and empty implementation of IFMLCallHook * delete empty class * delete ClassesToTransform class that just holds the class names constants * delete unused methods and unsless logging in dummymod container * delete unused transformer ClassTransformer_TT_ThaumicRestorer * spotless * Clean * Clean utils * Build checkpoint * Purge * Stage 2 * Stage 3 * Stage 4 * Stage 5 * Stage 6 * Spotless * Imports * Stage idk * Stage 1 * Fix issue * Spotless * Format numbers --------- Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> Co-authored-by: Alexdoru <57050655+Alexdoru@users.noreply.github.com> Co-authored-by: Connor Colenso <colen@CONNORSPC>
2023-10-18fix catalyst recipes (#768)chochem
2023-10-17delete compat to set OpenBlock's grave hardness to 6 (#764)Alexdoru
2023-10-17Remove sSteamTurbineFuels which is never queriedmiozune