Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This PR adds support for batch mode to the AAL. A few notes:
- Similarly to regular batch mode, the amount of batches to run is
chosen so the time of each slice is at least 128 ticks. If the time per
slice is already 128 ticks, this does nothing.
- Batch size is also controlled by how many recipes we can do with the
amount of the first item we have. If we want to run 10 batches but only
have enough starting items for 5, it will run 5 batches.
- If there are not enough fluids to run multiple batches, it will not
batch at all and simply process one recipe at a time.
- If a slice cannot extract enough materials to do a full batch, it gets
stuck (similarly to a regular AAL).
- Currently, this only works well with stocking input buses, see the
comment I left on line 616. I don't think this should be a problem since
you will never use input buses with more than one slot to automate an
AAL.
Short demo video (not yet using adaptive batch sizes)
https://streamable.com/hrp1v3
|
|
|
|
Forge (#2508)
* make the overclock calculator capable of weirder overclocks for god
forge
* add tests for such cases
* fix documentation of some methods and variables
* deprecate methods and fix most of the indenting
* use javadoc deprecation too
|
|
|
|
|
|
|
|
|
|
|
|
* Add SearchBar for DC
* Display customName
* Fix i18n
* Add UI for module
* extract variable as final
* convert to ChatComponentTranslation
* move some code to mui
* Spotless
* More i18n
|
|
* Migrates assline
* energy logic
|
|
migrate
|
|
|
|
* add alternate recipes
* adjust for 1 less OC
|
|
|
|
|
|
account for 1 less OC
|
|
* negate scanner eu/t
* prevent fusion tierskips
* stop compacts from overclocking on-tier recipes
* undo star import
|
|
|
|
|
|
Former-commit-id: 85c609be4ba51c0994024e034155c6a1558bdb17
|
|
* Do the thing
* spotlessApply (#393)
Co-authored-by: GitHub GTNH Actions <>
* improve tooltip
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: chochem <40274384+chochem@users.noreply.github.com>
Former-commit-id: 637fa78a4d2de7457c7f0ce41657dbb78a47eab0
|
|
* Fix Cleanroom logic with an LV energy hatch
* Spotless apply for branch fix/lvCleanroom for #2499 (#2500)
spotlessApply
Co-authored-by: GitHub GTNH Actions <>
* Only allow LV+ energy hatches to run
* change to use TierEU instead of magic value
* Spotless apply for branch fix/lvCleanroom for #2499 (#2501)
spotlessApply
Co-authored-by: GitHub GTNH Actions <>
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
|
|
* dissolution tank
* digester
* update
* address review
* make dissolution tank void and stop if the input ratio is wrong
* update
---------
Co-authored-by: Martin Robertz <dream-master@gmx.net>
|
|
* fix water bottle fluid amount
* require 1000L minimum
|
|
|
|
|
|
* Change over wireless teams to use SP teams
* spotless
* null checks
* fix unit test being wrong
* update
* add tab autocomplete
* spotless
* make sure teams are transfered over correctly
* spotless
* do not delete space teams data when two world saves put something into it
* spotless
* go away from a stream
* make wireless networks load later
---------
Co-authored-by: Martin Robertz <dream-master@gmx.net>
|
|
|
|
|
|
|
|
force needs to be in GT
|
|
assign force fuel value in GT
|
|
|
|
fix tooltips
|
|
Former-commit-id: 56fb3b1a93921840c16f65c383d75eb449209071
|
|
|
|
|
|
* Fix Gt++ Fish Trap Adjacent Block Checks
* Replace GT++ Fish Catcher testing rates with official rates
* Remove string contains for "Water" from GT++ Fish Catcher
* Adjust rates to account for the impracticality of using all 6 sides
* Update src/main/java/gtPlusPlus/core/tileentities/general/TileEntityFishTrap.java
Co-authored-by: Glease <4586901+Glease@users.noreply.github.com>
---------
Co-authored-by: Martin Robertz <dream-master@gmx.net>
Co-authored-by: Glease <4586901+Glease@users.noreply.github.com>
|
|
fix crop harvester stopping after 1 crop if harvesting is off
|
|
enable perfect OC on recycler mode
|
|
add batch mode
|
|
* Wireless Activity Detector; Power On/Off Activity Detector
* Wireless Gui Redesign
---------
Co-authored-by: slprime <history-21@yandex.ru>
|
|
* add magmatter
* add quark gluon plasma
* remove nanites
* forgot chem formula
|
|
Former-commit-id: ada48df6ee07c5d1216b9a4f934fc351c818ae4a
|
|
Former-commit-id: adc2079b633fcdb377c8d7317878a5626e514d4b
|
|
|