aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus/xmod
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-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-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-05Remove non-existing technetium recipe (#791)miozune
2023-12-04Fix steam grinder expecting more than 1 slot for void protection (#790)miozune
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-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-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-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-17Remove unused Thaumcraft compatmiozune
2023-10-17Remove MachineUpdateHandler 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-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-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