aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-11-25remove redundant checksGlease
2023-11-25disable per slice status until scrollbar is implementedGlease
2023-11-25adv assline ui enhancementsGlease
2023-11-25DTPF batch mode (#2372)HoleFish
* apply ProcessingLogic * spotless and delete useless method
2023-11-25Add precious metals alloy recipe for ABS (#781)lordIcocain
* ABS more recipes * spotless * rollback
2023-11-25Show rotation grid direction for IC2 wrenchable and vanilla (#2377)ghostflyby
2023-11-23Fixing the EOH OC situation (#256)GDCloud
* 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
2023-11-22Fix wrench opening gui when rotating some blocks (#2376)ghostflyby
2023-11-20Change to only allow connections when Redstone is needed (#2374)Ryan Nasers
* Change to only allow connections when Redstone is needed * Forgot spotless copium * Applying oneeyemaker changes
2023-11-20Allow Simple Washers to clean Purified Dusts, adds LV/HV/IV/ZPM Simple ↵querns
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
2023-11-20Getting rid of a bunch of BS. Unused items and classes (#784)Ryan Nasers
2023-11-19Fix input stack size being ignoredmiozune
2023-11-19Fix recipe check once moremiozune
2023-11-16update deps +bsMartin Robertz
2023-11-16Added onUnload method to ExtremeExterminationChamber to not leak the worldPelotrio
2023-11-16Update dependenciesPelotrio
2023-11-14Toned down DistilleryLoop.ogg to 60%minecraft7771
2023-11-14remove duplicate LCR recipechochem
2023-11-14Harvest IC2 machine with wrench left click (#2365)ghostflyby
* Harvest IC2 machine with wrench left click * right click functions are left unchanged
2023-11-14Fix EIC piston resetkuba6000
Former-commit-id: 270d20ceb76e64b7ec2d5234985245f1465a4acc
2023-11-14Allow a recipe's displayed NEI item outputs to be changed (#2367)Elisis
* 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>
2023-11-14Update chemplant logic to catch up with new parallel helper logic (#782)miozune
2023-11-14Fix recipe check after previous PR (#2364)miozune
* 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
2023-11-14Notifiy greg tech tile entities of world unload event (#2366)tth05
2023-11-13Cleanup basic machines and textures (#779)miozune
* Cleanup dehydrator * Cleanup reactor processing unit * Cleanup cold trap * Cleanup simple washer * Cleanup unused textures * updateBuildScript
2023-11-13update depsMartin Robertz
2023-11-13ABS fluid output free from bart recipe reaper (#368)lordIcocain
* fix quad input hatch * fix quad input hatch Improve code readable * free ABS Former-commit-id: d2a73748f7c22ea3fac767caca88df7d99154eec
2023-11-13Remove ruthenium roasting (#780)chochem
remove ruthenium roasting
2023-11-13update depsMartin Robertz
Former-commit-id: 6ed2ad8915f4e27bd24155b28dd974b260f7c37b
2023-11-13Relax the Mega Chemical Reactor Structure Requirements (#366)ALongStringOfNumbers
* 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
2023-11-13Fix MDT void protection (#367)Dariusz Komosiński
* Update buildscript. * Implement custom MDT logic for dumping fluid to ME. * Code cleanup. Former-commit-id: 37d1e00c283ef1ae8b03150212c3ca425b0ef3b5
2023-11-12update progress to fit a bit better (#2363)bombcar
* update progress to fit a bit better * no need for math(round)
2023-11-12Fix EV+ Powered Repeller RangeTechnicianLP
2023-11-12Add onChunkUnload method to IMetaTileEntity (#2362)tth05
2023-11-12fix lag caused by too much parallel (#2358)HoleFish
* 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
2023-11-10update depsMartin Robertz
2023-11-10update depsMartin Robertz
2023-11-09Check all slots for available circuits instead of only the first (#254)Pelotrio
2023-11-10Add config to crash on null recipe input (#2360)miozune
2023-11-08update depsMartin Robertz
2023-11-08Migrate to non-Object version Utility methods (#2359)ghostflyby
A few calls restricted by other methods and interfaces are left untouched.
2023-11-08update bs+depsMartin Robertz
2023-11-08update bs+depsMartin Robertz
2023-11-08update bs+depsMartin Robertz
2023-11-08Overloaded utility methods with more specific types (#2357)ghostflyby
* Added overloaded utility methods with more specific types * Deprecating old ones
2023-11-07Fix creative tab NPE (#253)bjin2000
2023-11-06Remove WA leftovers (#778)miozune
2023-11-06Add separated flags for recipe builder debug (#2352)miozune
* Add separated flags for recipe builder debug * Better way to handle all flag
2023-11-05update bs+depsMartin Robertz
2023-11-04Minor lang fixEldrinn-Elantey