| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
* apply ProcessingLogic
* spotless and delete useless method
|
|
* ABS more recipes
* spotless
* rollback
|
|
|
|
* tooltip changes
* typo
* return to old formula and switch to bigint
* add new item + texture
* actually load the item
* power formulas
* start on stellar plasma integration
* rework math
* make static
* grammar
* spotless
* astral array fabricator recipe
* tooltip work
* adjust recipe
* fix build errors
* address reviews
* FluidStackLong
* more long fluid stack stuff
* fix nei fluid amounts
* add brackets
* undo wildcard import
* rework loop for checking aaf amount
* wrong nbt tag
* address reviews v2
|
|
|
|
* Change to only allow connections when Redstone is needed
* Forgot spotless copium
* Applying oneeyemaker changes
|
|
Washers (#783)
* Lower reservoir hatch tier to EV, add tooltip showing tier for reservoir + air intake hatches
* Use getColoredTierNameFromTier instead of rolling our own
* Allow simple washer to clean purified dusts
* Adds simple washers for LV, HV, IV, and ZPM
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Harvest IC2 machine with wrench left click
* right click functions are left unchanged
|
|
Former-commit-id: 270d20ceb76e64b7ec2d5234985245f1465a4acc
|
|
* Add GT_Recipe#getRepresentativeOutputs method
* Spotless apply for branch nei-output-override for #2367 (#2368)
spotlessApply
Co-authored-by: GitHub GTNH Actions <>
* Javadoc, move method, remove unnecessary import, Object to ItemStack
* Actually fix merge
* Spotless apply for branch nei-output-override for #2367 (#2369)
spotlessApply
Co-authored-by: GitHub GTNH Actions <>
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
|
|
* Fix wildcard recipes not working
* Fix recipe can be run without non-consumed item second time
* Add API for addons to modify input consumption behavior
* Fix recipes falsely being sensitive to NBT
|
|
|
|
* Cleanup dehydrator
* Cleanup reactor processing unit
* Cleanup cold trap
* Cleanup simple washer
* Cleanup unused textures
* updateBuildScript
|
|
|
|
* fix quad input hatch
* fix quad input hatch
Improve code readable
* free ABS
Former-commit-id: d2a73748f7c22ea3fac767caca88df7d99154eec
|
|
remove ruthenium roasting
|
|
Former-commit-id: 6ed2ad8915f4e27bd24155b28dd974b260f7c37b
|
|
* Update Buildscript
* Allow I/O on back of Mega Chemical Reactor
* Simplify Logic
---------
Co-authored-by: Martin Robertz <dream-master@gmx.net>
Former-commit-id: a420b2bbd61c2c78a19c62ac69abccfa309015f5
|
|
* Update buildscript.
* Implement custom MDT logic for dumping fluid to ME.
* Code cleanup.
Former-commit-id: 37d1e00c283ef1ae8b03150212c3ca425b0ef3b5
|
|
* update progress to fit a bit better
* no need for math(round)
|
|
|
|
|
|
* Update GT_Recipe.java
add a method to calculate max parallel by inputs
* remove incredible loop in parallel calculation
* Update GT_Recipe.java
overwrite maxParallelCalculatedByInput
split isRecipeInputEqual into maxParallelCalculatedByInput and consumeInput
* Fix
* spotless and fix
* spotless
* optimize
* batch mode optimize
* Update notes
|
|
|
|
|
|
|
|
|
|
|
|
A few calls restricted by other methods and interfaces are left untouched.
|
|
|
|
|
|
|
|
* Added overloaded utility methods with more specific types
* Deprecating old ones
|
|
|
|
|
|
* Add separated flags for recipe builder debug
* Better way to handle all flag
|
|
|
|
|