aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-21update bschochem
2023-08-21fix importschochem
2023-08-21dont miss the second onechochem
2023-08-21fix PA exploitchochem
2023-08-20Remove batch mode from steam multis (#724)miozune
2023-08-20Fix recipe cache with LPF (#723)miozune
2023-08-20Update text (#2246)Connor-Colenso
2023-08-19Fix GT_RecipeConstants.Fuel (#2243)Jakub
2023-08-18Correct file name on resource pack guide (#2242)miozune
2023-08-18Add tooltip mentioning that items are not auto-exported (#722)Serenibyss
2023-08-18Correct PCB Factory Energy Hatch description (#2237)Eraldoe
* Correct PCB Factory Energy Hatch description Changes the PCB factory description (the one seen when holding shift) which currently says "Energy Hatches: 1+" I believe this is incorrect and that the correct description is 1-2 energy hatches or 1 TT energy hatch. I believe the PCB factory uses this, which checks for 1-2 or 1 TT: public boolean checkExoticAndNormalEnergyHatches() { if (mExoticEnergyHatches.isEmpty() && mEnergyHatches.isEmpty()) { return false; } if (!mExoticEnergyHatches.isEmpty()) { if (!mEnergyHatches.isEmpty()) { return false; } if (mExoticEnergyHatches.size() != 1) { return false; } } return mEnergyHatches.size() <= 2; } * gradlew spotlessApply
2023-08-18remove broken hsla recipe (#2241)chochem
2023-08-17Crafting input - Optimize isEmpty check to reduce lag (#2239)Harry
* Optimize isEmpty check * rearrage
2023-08-17Merge pull request #75 from Lyfts/tfft-storage-ttMartin Robertz
Add per fluid capacity to TFFT storage field tooltip
2023-08-17no random numbers hereLyfts
2023-08-17Merge pull request #74 from Lyfts/tfft-fixMartin Robertz
Allow max tier TFFT to complete with energy hatch
2023-08-17Allow EEC to get drops that have requirements (e.g. skulls) (#92)Jakub
* Update dependencies.gradle * Update build.gradle * Use the new API * Update dependencies.gradle
2023-08-17fix overlay zfighting by disable depth test (#2226)Glease
2023-08-17Fix some output slots allowing insertion (#2230)miozune
2023-08-17Remove fire display from singleblock generator (#2240)miozune
2023-08-17clean deprecatedLyfts
2023-08-17allow max tier tfft to build with energy hatchLyfts
2023-08-17Fix ME Output Bus and Crafting Input Bus overflow when save/load (#2238)Harry
2023-08-17add per fluid capacity to storage field tooltipLyfts
2023-08-17Experimental fix to prevent infinite loop in Grid destruction (#2235)Martin Robertz
Co-authored-by: Firenoo <49818773+firenoo@users.noreply.github.com>
2023-08-17Add a way to enrich tiberium dust (#196)Sampsa
2023-08-17Fix lag caused by getRecipeMap for PA (#2236)miozune
2023-08-17Fix a NPE w/ injecting into super/quantum chests (#2234)firenoo
When simulating an injection, if the stackSize > chest's capacity, it causes a NPE when the internal chest is empty. Also fixes a potential bug when void overflow is set; the chest should return null in such a scenario regardless of simulation/modulation.
2023-08-17Fix server crash with RecipeFilter (#2231)miozune
* Fix server crash with RecipeFilter * Make client send filtered machines to server * Use mUniqueIdentifier
2023-08-16Update buildscript (#2232)firenoo
2023-08-16add ability to remove item data and use it for clay (#2229)chochem
2023-08-16fix fuel refinery overclocks (#195)BlueWeabo
2023-08-16clear stale crafting input bus list (#2233)Glease
2023-08-14Fix XL Turbine tooltip (#718)Lyfts
* fix xl turbine tooltip * spotless
2023-08-14add max parallel supplier (#721)chochem
2023-08-14Fix drilling rigs, plants and concrete backfiller to fail with multiple ↵Pxx500
energy hatches (#2227) * max-1-energy-hatch-in-drilling-rigs.-plants-and-concrete-backfiller * spotlessApply (#2228) Co-authored-by: GitHub GTNH Actions <> * revert --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-08-13Fix overclock calculator calculating eu/t use for ulv recipe wrong on ↵BlueWeabo
certain parallel (#2225) * fix overclock calculator calculating eu/t use for ulv recipe wrong on certain parallel * make formula into its own method
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-11Add detailed logging for ME hatches (#2224)miozune
2023-08-11use new api for ore chunks (#717)chochem
2023-08-11Merge pull request #16 from chochem/fix-oregen-for-spaceMartin Robertz
Fix oregen pattern for space veins
2023-08-11use new GT APIchochem
2023-08-11update depchochem
2023-08-11update BSchochem
2023-08-11Blacklist AE2FC drop and packet, and Chisel stones from Recycler (#2222)miozune
* Fix recycler blacklist being sensitive to NBT * Blacklist AE2FC drop and packet, and Chisel stones * fix class loader issue
2023-08-11Update dependencies.gradleMartin Robertz
Former-commit-id: 15d56d60c411295e764d9f383eb7b340e3c74579
2023-08-11Don't lazily initialize EIC recipemap (#350)miozune
* Add one more commit to .git-blame-ignore-revs * updateBuildScript * Don't lazily initialize EIC recipemap Former-commit-id: 693b0374ef33b7600ab37b71024056d0941877d8
2023-08-10Fix Digital Tank capacity for Fluid Storage Monitor (#2217)miozune
* Fix Digital Tank capacity for Fluid Storage Monitor * Annotations
2023-08-10Fix PAs overclocking ulv recipes too much (#2220)BlueWeabo
* fix PAs overclocking ulv recipes too much * make sure we save the returned value