| Age | Commit message (Collapse) | Author |
|
|
|
|
|
* fix xl turbine tooltip
* spotless
|
|
|
|
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>
|
|
certain parallel (#2225)
* fix overclock calculator calculating eu/t use for ulv recipe wrong on certain parallel
* make formula into its own method
|
|
* 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>
|
|
|
|
|
|
|
|
Fix oregen pattern for space veins
|
|
|
|
|
|
|
|
* Fix recycler blacklist being sensitive to NBT
* Blacklist AE2FC drop and packet, and Chisel stones
* fix class loader issue
|
|
Former-commit-id: 15d56d60c411295e764d9f383eb7b340e3c74579
|
|
* Add one more commit to .git-blame-ignore-revs
* updateBuildScript
* Don't lazily initialize EIC recipemap
Former-commit-id: 693b0374ef33b7600ab37b71024056d0941877d8
|
|
* Fix Digital Tank capacity for Fluid Storage Monitor
* Annotations
|
|
* fix PAs overclocking ulv recipes too much
* make sure we save the returned value
|
|
hatch is used (#193)
|
|
|
|
|
|
Former-commit-id: 8f80db43ffc0e0caae5da1424fb7a4f24cdffab1
|
|
* add a way to enable or disable the crafting buffer on GPL multiblocks
* don't register the hatch either
|
|
Using FluidStack limits extraction to INT32_MAX; use AEFluidStack to
extract up to INT64_MAX.
|
|
* Check invalid patterns
* fix logger
|
|
|
|
|
|
|
|
|
|
|
|
* fix steam multis now overclocking recipes which consume 2 eu/t
* remove unneeded comment part
|
|
|
|
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
|
|
* fix compacts mk4 and mk5 having way too many overclocks
* fix wrong tier overclocks allowing mk4 to overclock mk4 recipes
* fix having 1/8th the power
* use super
|
|
|
|
* Fix chemical plant always thinking it has enough inputs
* make sure catalyst is damaged according to parallels
|
|
|
|
* Update dependencies.gradle
* Update build.gradle
* Fix quiver
* Create new entity to stop messing with NEI preview
* Update build.gradle
* Update dependencies.gradle
|
|
* fix TT extended Multis using wrong exotic energy input hatches list
* go away from using stream and use addAll
|
|
|
|
|
|
* Fix NPEs
* spotlessApply (#2203)
Co-authored-by: GitHub GTNH Actions <>
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
|
|
* 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
|
|
|
|
* add machine type for brewery
* spotlessApply (#2197)
Co-authored-by: GitHub GTNH Actions <>
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
* make recipe check less intensive with batch mode
* clean up the else
|
|
* enable subclass to allow less voiding mode being set
* fix bug
* rename
|
|
* Fix wireless energy hatch voiding energy
* avoid bigint
|