aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus/xmod
AgeCommit message (Collapse)Author
2023-08-28Added sound resource to cyclotron (#728)Maxim
2023-08-25Enable batch mode on QFT (#725)Sampsa
2023-08-23Fix NPE with Volcanus coil level (#727)miozune
* Address deprecations * Fix NPE with Volcanus coil level
2023-08-22Fix Algae Farm compost calculation (#726)Jaiden Baker
* Fix Algae Farm compost calculation * Spotless
2023-08-20Remove batch mode from steam multis (#724)miozune
2023-08-20Fix recipe cache with LPF (#723)miozune
2023-08-18Add tooltip mentioning that items are not auto-exported (#722)Serenibyss
2023-08-14Fix XL Turbine tooltip (#718)Lyfts
* fix xl turbine tooltip * spotless
2023-08-14add max parallel supplier (#721)chochem
2023-08-13More LFTR Chain Fixes (#716)Daniel Mendes
* Fix LFTR powergen without fuel - Override "process" from ProcessingLogic to execute the new "resetMultiProcessing" method before returning NO_Recipe; - Add new "resetMultiProcessing" method to reset EU/t value, progress, recipe and shut down the LFTR when inputs aren't enough. * Fix Sparge Tower OC and 10x speed bonus - Changed voltage calculation to actually allow overclocking with 2 energy hatches, which the Sparge Tower already accepted; - Removed the 10x speed bonus the multi had for seemingly no reason, and reduced recipe time by 10x, from 250s to 25s, on all of its recipes to compensate. * Fix Sparge Tower energy handling - Set lEUt to negative to properly consume energy, since the old logic used a positive lEUt value, which corresponds to EU generation, not consumption. * Tweaked Fuel Refinery required hatches - Removed the Output Bus requirement, as there are no item outputs in this recipe map; - Changed the fluid hatch count to minimum 2 input and 1 output, which is enough for Refinery recipes. Left the maximum at the previous 4 input and 2 output, to keep existing structures working and for setups that produce two fuels per Refinery. * Downscaled longest Refinery recipes - Changed the two very long Refinery recipes, so that fluid amounts are 10x lower in input and output, alongside a 10x smaller duration, to make them more manageable, and less punishing if the multi voids for some reason. * Apply spotless * Requested fixes * spotlessApply (#720) Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-08-12Reset catalyst item if unneeded (#719)Maxim
2023-08-05Fix steam multis now overclocking recipes which consume 2 eu/t (#715)BlueWeabo
* fix steam multis now overclocking recipes which consume 2 eu/t * remove unneeded comment part
2023-08-04Lower reservoir hatch tier to EV, add tooltip showing tier for reservoir + ↵querns
air intake hatches (#713) * Lower reservoir hatch tier to EV, add tooltip showing tier for reservoir + air intake hatches * Use getColoredTierNameFromTier instead of rolling our own
2023-08-03fix Steam multiblocks not having their parallel (#712)BlueWeabo
2023-08-03Fix chemical plant always thinking it has enough inputs (#711)BlueWeabo
* Fix chemical plant always thinking it has enough inputs * make sure catalyst is damaged according to parallels
2023-08-02Remove QFT parallel cap (#710)Rukern
2023-07-31Particle Acceleration in the QFT (#695)Daniel Mendes
* Define 2 new catalysts for new QFT recipes * Images and EN lang entries for the catalysts * Add 2 new QFT recipes and 2 for the new catalysts * Buff rare particle generation in cyclotron * Fix incorrect chances in waterline skips * Spotless apply * Change necessary plasmas - Changed the ions in the 2nd catalyst recipe to Hydrogen and Helium, both obtainable; - Changed Beryllium to Americium Plasma in the Cyclotron recipe. * Fix beryllium plasma usage in QFT recipe
2023-07-30Make sure to account for first output being chanced on steam grinder (#709)BlueWeabo
* make sure to account for first output being chanced * use XSTR directly
2023-07-29Fix steam macerator generating byproducts And use new API from GT5u (#708)BlueWeabo
* fix steam macerator generating byproducts * spotless * update dep (cherry picked from commit 0659b1bd8c4a29b571e9f6f71f74ed55cb20ecd1) * make QFT use new API * override correct createOverclockCalculator * spotless * fix fishing pond causing an NPE * make tree growth simulator only use void protection * update dep --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-07-26Fix LFTR (#707)Maxim
* Fixed LFTR consuming power instead of generating it * Get remaining fuel while validating the recipe instead of after
2023-07-25Fixed mass fab sometimes crashing in scrap mode (#706)Maxim
* Fixed mass fab sometimes crashing in scrap mode * Also skip invalid items * Removed unncessary null check * Revert skip behavior and added custom running text for when the item doesnt yield scrap
2023-07-24Fix findRecipe for Elemental Duplicator (#704)miozune
* Remove outdated script * updateBuildScript * Update GT * Remove unused methods * Fix findRecipe for Elemental Duplicator
2023-07-24Fixed fermium check on QFT (#705)Maxim
* Fixed fermium check on QFT * Fix logic again because apparently it was inverted
2023-07-24Fix void protection on steam machines (#703)Maxim
2023-07-23Remove duplicated chemplant recipemap (#702)miozune
2023-07-22Implement generic processing logic (#697)Maxim
* Migrated extruder * Migrated alloy smelter * Migrated arc furnace * Migrated centrifuge * Migrated ICO * Migrated cutter * Migrated dehydrator * Migrated electrolyzer * Migrated fluid heater * Migrated forge hammer * Forgot gtpp machines are cursed * Migrated mac * Migrated mixer * Migrated molecular transformer * Migrated bender * Migrated sifter * Migrated thermal centrifuge * Migrated VF * Migrated washer * Migrated wiremill * Migrated Volcanus * Migrated adv implo compressor * Migrated XL turbines * Migrated chemplant * Migrated MABS * Migrated ABS * Migrated cyclotron * Migrated Zhuhai * Migrated rock breaker * Migrated rocketdyne * Migrated semifluid generator * Migrated QFT * Minor optimization * Migrate refinery * Migrated solar tower * Migrated TGS * Migrated duplicator * Migrated PSS * Migrated algae pond * Migrated froth flotation cell * Migrated LTFR * Migrated LPF * Migrated sparge tower * Migrated salt * Migrated isamill * Migrate DT * Migrated HE * Migrated mass fab * Migrated chisel * Migrated boiler * Migrated steam machines * Migrated amazon * Disable batch mode button on XL turbines * Update dependencies.gradle * Updated dep * Addressed first batch of reviews * Migrated assembler * Removed unused checkRecipe methods * Forgot these * Fix and cleanup chemplant * Removed getAmounfOfOutputs * Removed special multi behavior * Migrated sound mostly * Addressed new reviews * Fix build fail and chisel sound * Derp * More reviews addressed * Oversight on chemplant batchmode * Fix DT speed bonus * Removed iron blast furnace * Removed generator array * Removed * Simplify rocket engine logic * Removed left over artifacts * Minor fixes * Removed nerf chips * Removed tesla tower * Revert and fix chemplant recipe map * Fix chemplant catalyst damaging * Addressed reviews * Derp --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-07-22Remove the duplicate pu239 (#698)chochem
* pu239 cleanup * lang cleanup
2023-07-19Migrated mk4 and mk5 fusion to generic processing logic (#696)Maxim
* Migrated mk4 and mk4 fusion to GPL * Oversight * Updated dep
2023-07-18Fixed bee frames to make sense with additive production modifiers (#691)hacatu
* Fixed bee frames to make sense with additive production modifiers * Reduce positive production modifiers
2023-07-18Patches the hole in Dangote (#694)Lyfts
2023-07-17Add QFT Water Line Skips (#693)Daniel Mendes
* New catalyst definitions * New catalyst english name and images * 2 new recipes for waterline skips
2023-07-15Improve Industrial Arc Furnace tooltip (#692)Serenibyss
2023-07-13Fix Multiblock structure info tooltips (#689)Serenibyss
* Industrial Centrifuge tooltip * Maceration Stack tooltip * Industrial Extrusion Machine tooltip * Zyngen tooltip * Industrial Coke Oven tooltip * Boldarnator tooltip * Dangote Distillus tooltip * spotless apply
2023-07-11Advanced boiler steam capacity fix (#686)Lyfts
* Advanced boiler steam capacity fix Been broken for 2 years now it works as anticipated. * Update dependencies --------- Co-authored-by: Wilhelm Schuster <dev@rot13.io>
2023-07-11Make PSS stop pulling input power when it's full. (#687)antihutka
2023-07-04Restore pams fish compat (#685)chochem
* restore pams compat * restore harvestcraft compat file * cleanup * ra2 and more cleanup
2023-06-30Remove Breaker Box (#683)miozune
2023-06-27Add Wireless Charger Baubles Compat (#682)Maxim
* Added baubles compat to wireless charger * Integrate some intelliJ suggestons to reduce number of warnings * Clean up method access * Some more cleanup * Revert accessibility of isItemValid * Removed logging * Some more cleanup
2023-06-26Added mac stack tier to WAILA tooltip (#681)Maxim
* Display mac stack tier in WAILA * Added proper tier loading from tooltip
2023-06-25Added LPF mode to WAILA tooltip (#680)Maxim
2023-06-24fix QFT recipe (#679)chochem
2023-06-21MassFab: Set efficiency in SCRAP mode. Fixes #12805. (#676)Alex Bee
2023-06-19Adding Circuit requirement for data orb repository to tooltip and removing a ↵TheEpicGamer274
false tooltip (#675)
2023-06-15Reword Crop Manager AoE description in tooltip (#673)Wilhelm Schuster
2023-06-15fix some BW materials creating bad washer recipes (#672)Serenibyss
2023-06-14Make the New Plasma Powergen Chains Viable (#669)Daniel Mendes
* Buff Celestial Tungsten Plasma fuel value to 720M * Change mk1 chain values * Change mk2 chain values * Change mk3 chain values * Correct krypton plasma output * spotlessApply (#670) Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-13Remove Dragonblood from comb qft recipe (#667)Runakai1
* Remove Dragonblood from comb qft recipe This removes the unreal 100l of dragonblood in QFT. * spotlessApply (#668) Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-11Remove broken GC asm (#666)chochem
* remove GC ASM - was broken and disabled anyway * tooltip change was also permanently disabled
2023-06-08Update dep + change comb recipe (#664)Runakai1
* Update dep + change comb recipe * Update RecipeLoader_ChemicalSkips.java * spotless
2023-06-07Fix gt++ pollution tooltips (#662)chochem
* fix gt++ pollution tooltips * do it without reflection