| Age | Commit message (Collapse) | Author |
|
|
|
|
|
* 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
|
|
* Fix wireless energy voiding
* avoid bigint
|
|
|
|
* Add T9 planets
... and move Deep Dark to T10
* Update buildscript
* Apply spotless
* Make all six side use different icons
* Apply spotless
|
|
|
|
* make sure to account for first output being chanced
* use XSTR directly
|
|
(#2190)
* fix overclock calculator making too many parallels and wrong eut consumptions
* fix duration increase when trying to do a noOverclock calculator
* spotless
* add correct api for no overclock
* address review
|
|
* 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>
|
|
|
|
Co-authored-by: Martin Robertz <dream-master@gmx.net>
|
|
* use new API from gt5u
* made precise assembler not speed boost in precise mode
* fix neutron activator having infinite parallels
* update dep
|
|
* use new API
* update dep
Former-commit-id: 6e506e9e407200a6db3b1fcea33b39562a96883e
|
|
* Made Emit Energy button a CycleButtonWidget
* Made Emit Redstone button a CycleButtonWidget
* Made Invert Redstone button a CycleButtonWidget
* Made Stocking Mode button a CycleButtonWidget
* Spotless apply
* Made Invert Filter button a CycleButtonWidget
* public bInvertFilter -> protected invertFilter
* Deduplicated filter code
* Made Allow NBT button a CycleButtonWidget
* Made Ignore NBT button a CycleButtonWidget
* public bNBTAllowed -> private allowNbt
* public bNBTAllowed -> private ignoreNbt
* Grey extended tooltips
* Don't hardcode multiline tooltips
* Document hidden functionality
* Cleaned numeric constants
* Fixed string constant declaration
* Named constants in filter
* Unify filter redstone behavior
* Fix cover filter mode being inverted
so that the displayed mode is the active one
* Less magic numbers
* Allow right clicking recipe filter
* Display only machine type in recipe filter and cycle through compatible machines
* Buffer tooltips show output voltage to clarify their role as passthroughs
* Added more info to Emit EU/Redstone buttons
* Added Sorting mode button to buffers/filters
* Added Sorting mode button and stack limit button to input buses
* Don't cycle prefixes when clicking with itemstack
* Fixed tooltips to work off of the inventory
* Fix RecipeFilter losing filter
* Support multiblock machines
* Use ModularUi syncers to sync state with client
Thanks minecraft7771!
* Grey text for recipe filter helper text
* AnimatedTooltipHandler -> EnumChatFormatting
* Explicited RecipeFilter filter building
* Specify color for empty slot tooltip
* Don't cache new uses of GT5U.MBTT.MachineType.
Also corrected MachineType::description
* Removed unused getItemExtraTooltip
* Multiple returns in getItemStackMachineRecipeMap
|