aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus
AgeCommit message (Collapse)Author
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-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
2023-10-17Remove unused Thaumcraft compatmiozune
2023-10-17Remove MachineUpdateHandler which is never updatedmiozune
2023-10-17Remove BaseItemDustEx which is never updatedmiozune
2023-10-17Remove AC_Helper_Utils which is actually never updatedmiozune
2023-10-17Move SAWTOOL to TreeFarmHelpermiozune
2023-10-17Switch to GT XSTRmiozune
2023-10-17Remove unused classesmiozune
2023-10-13Fix Neptunium (#762)Harry
2023-10-12Clean up BOP_block_Registrator and convert it to RA2 (#761)chochem
* RA2ify and clean up BOP_block_Registrator * remove lubricant cutting recipe
2023-10-12Make soldering iron change multiblock void mode (#760)Батьків Нестор-Євген Васильович
* Make soldering change void mode * small issue :( * address review * naming things hard
2023-10-07Remove Technetium achievements (#759)miozune
* Remove Technetium achievements * Cleanup code
2023-10-03improve maceration stack upgrade process (#757)Glease
* improve maceration stack upgrade process * spotlessApply (#758) Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-28Addition for disabling harvest on crop manager (#756)Rose
* Addition for disabling harvest on crop manager * Fix for incorrect NBT loading * Applied spotless * Spotless applied
2023-09-24Fix incorrect extruder recipe voltages for GT++ materials. (#750)Alex Bee
2023-09-23Cleanup basic machines (#755)miozune
* updateBuildScript * Update dependencies * Cleanup basic machines * Fix wildcard import
2023-09-22update bs+sa+depsMartin Robertz
2023-09-22Some more RA2 conversions (#752)chochem
* remove deprecated methods * laser engraving * fluid utils cleanup * more deprecations * biorecipes * RA2 rocketfuel * rare earth * typo * more rareearth cleanup * nuclear fuel processing * Update RecipeLoader_NuclearFuelProcessing.java --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-09-22Add Alternative Recipe in LFTR Chain to Avoid Cells (#754)Daniel Mendes
* Add chemplant alternative to EBF recipe with cells - Add a recipe for LFTR Fuel Base (LiFBeF2UF4), for the Chemical Plant, instead of the EBF, which can use the same inputs and outputs but without any cells. * Add comment to explain recipe * Apply spotless
2023-09-20Change Alloy Blast Smelter recipes per page to 2 (#753)querns
* Lower reservoir hatch tier to EV, add tooltip showing tier for reservoir + air intake hatches * Use getColoredTierNameFromTier instead of rolling our own * Allow 2 recipes per page in NEI for Alloy Blast Smelter
2023-09-20Seaweed QFT recipe (#751)GDCloud
* add catalyst item * recipes
2023-09-18Multiblock chance bug fix (#748)Kyium
* fixed a bug from my multiblock recipe duplication remover that messed with the order of recipe outputs that had chances. * commented changes --------- Co-authored-by: Kyium <kyiumjbird@gmail.com>
2023-09-17re-add force plasma recipe and astral titanium plasma (#747)BlueWeabo
2023-09-16fix cloaking device recipe (#746)chochem
2023-09-16tartarite buff (#745)chochem
2023-09-13Fix duplicate multiblock recipes (#736)Kyium
* Added GT_Recipe util and custom hashing strategy for GT_recipe * Added duplicate recipe removal step into multiblocks using recipes instead of cells conversion method. * Implemented improvements to efficiency and code cleanliness. * minor language changes.
2023-09-12Restore supreme pizza gloves into existence (#742)Connor-Colenso
* Restore supreme pizza gloves into existence * spotlessApply (#743) Co-authored-by: GitHub GTNH Actions <> * Restore texture of gloves * Remove unnecessary maps * Remove unused imports * spotlessApply (#744) Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: Connor Colenso <colen@CONNORSPC> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Alexander Anishin <oneeyemaker@gmail.com>
2023-09-11Less hacky way to limit alignments (#741)miozune