aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-12-03Fix non-MUI way used for syncing itemstack (#2387)miozune
2023-12-03tweak cal structure code (#376)Glease
* tweak cal structure code * spotless Former-commit-id: ce2d329edb93b96dfaa624d3dff9e912cdb32a91
2023-12-03fix Naquadah Reactor don't detect ME input hatch when running (#218)HoleFish
* fix * adjust
2023-12-03structure cleanup (#220)Glease
* structure cleanup * spotlessApply --------- Co-authored-by: GitHub GTNH Actions <unknown>
2023-12-03Widen text field of ME input hatches (#2382)HoleFish
* me input bus * me input hatch
2023-12-03Plasma Mixer: only consume power when recipe starts. Fixes #14895. (#2375)Alex Bee
2023-12-03fix steam machine nei structure diagram (#789)Glease
* fix steam machine nei structure diagram this is caused by repeated failure of checkMachine(), which is caused by it not clearing special steam hatches * more special hatch clearing
2023-12-01Rename EEC to Extreme Entity Crusher (#103)Alexdoru
* rename EEC * mention EEC in the tooltip so it can be searched through NEI * spotless * change tooltip * change tooltip with aka * change tooltip without aka * Update GT_MetaTileEntity_MegaIndustrialApiary.java (#107) * Update GT_MetaTileEntity_ExtremeEntityCrusher.java (#105) --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-11-30Remove messages for old ASM (#374)bombcar
* remove messages for old ASM * leave as info Former-commit-id: e7d58468058bee3e082bf3acb26017cacca7bf8e
2023-11-30Add wire cutter behavior for all missing multis (#373)Pelotrio
Former-commit-id: 3acd0cf2b0b94383ebc8b3e3ca1dc5c7de8ffa3d
2023-11-30add configuration circuit to ferrite mixture recipe (#2385)Glease
2023-11-30add back coke oven recipes again (#786)Glease
2023-11-29remove unused ASM (#371)bombcar
* remove unused ASM * accidentally removed too much * Remove RWG ASM * spotlessApply --------- Co-authored-by: Caedis <Caedis@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <unknown> Former-commit-id: ea5a2a8199749234e1e144c9f326ddd1b23e30c8
2023-11-29update bs+depsMartin Robertz
2023-11-29Reduce minimum casing requirement for various machines (#785)Pelotrio
* Reduce minimum casing requirement for various machines
2023-11-29update depsMartin Robertz
Former-commit-id: 3d3e2d8a42f801e4a2629654b5eb17e575b65fda
2023-11-29I like ternary :fail:Батьків Нестор-Євген Васильович
Former-commit-id: e9c98929be828ee9ca54b3f2721e5aa366a7befb
2023-11-29update bs+depsMartin Robertz
Former-commit-id: 6bfa9ead8c708178f958109e651998f2d53447c4
2023-11-29Add Circuit Assembler ModeLewisSaber
Former-commit-id: 650d8c7bcde2e3748279aa7201cf1f9e46866f1d
2023-11-27Move pipes from NHCore (#2381)miozune
2023-11-27Always enable all material components (#2380)miozune
2023-11-27update bs+depsMartin Robertz
2023-11-27update bs+depsMartin Robertz
2023-11-27Fix recipe check (#2379)HoleFish
* Update GT_Recipe.java * strange spotless * part of miozune's suggestion * whatever. need more tests
2023-11-27Some more EOH changes (#260)GDCloud
* small changes * update comment
2023-11-25Fix Barnarda C Sapling metadata from bee effect (#2378)shiita0903
Fix barnardaCsapling metadata.
2023-11-25update deps+bsMartin Robertz
2023-11-25more spotlessGlease
2023-11-25spotlessGlease
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>