aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-28make private fields final where possible (#2028)chill
2023-05-28simplify ifs (#2027)chill
2023-05-28Add new mode for void protection & implement it for more multis (#2024)miozune
* Void protection improvements * Rename methods: isXXXButtonEnabled -> supportsXXX * Adjust texture for forbidden * Add MultiBlockFeatureSupportDumpers * Fix oversight in PCBFactory * Revert void protection support for PA * Rename class: ControllerWithButtons -> ControllerWithOptionalFeatures
2023-05-28simplify logic expressions (#2026)chill
2023-05-28Fix version replacement (#330)miozune
Former-commit-id: bea94a8da777b597948d2598e922403967738193
2023-05-27Refactor checkExoticAndNormalEnergyHatches (#2025)chill
* add tests to checkExoticAndNormalEnergyHatches Add a parameterized test to GT_MetaTileEntity_MultiBlockBase::checkExoticAndNormalEnergyHatches in order to be sure that the function returns the same results after the change. * refactor checkExoticAndNormalEnergyHatches
2023-05-27blacklist benzene and helium plasma from XL Turbines (#639)BlueWeabo
* blacklist benzene and helium plasma * change to a list and add null check * use hashset
2023-05-27Move Ross128 system out a bit again (#328)glowredman
Former-commit-id: 47c47c320d0475bd284680b1fbd625c7df908ef2
2023-05-26Add void protection mode to fluid and ore drillers (#2023)miozune
* Refactor GT_ParallelHelper part 1 * Refactor GT_ParallelHelper part 2 * Move void protection logic to separated class * Clean doc * Fix inverted logic in VoidProtectionHelper * Add void protection mode to fluid and ore drillers
2023-05-26Fix warnings about ModularUI methods that can only be overridden (#2022)chill
* address ModularUI methods that can only be overridden A call of super was safely deleted. A call of draw() is legit, but it's labeled as OverrideOnly in ModularUI, so IntelliJ considers it incorrect to call draw(). This warning was suppressed. On top of that, IntelliJ incorrectly says that this suppression is redundant, so that was addressed too. Fixing the issue without suppressing the warning entails changing the ModularUI mod, which is too much work for one warning. However, if there are many warnings like that, it might be reasonable to change ModularUI. The whitespace change is Spotless, although it did not detect it before the changes to the file. * remove suppression on RedundantSuppression The mark of OverrideOnly suppression as RedundantSuppression could not be reproduced. Therefore the suppression of RedundantSuppression is not needed.
2023-05-26Texture update for a few QFT items (#2021)EmeraldsEmerald
* Delete old texture * Delete old texture (low quality...) * New versions of deleted textures
2023-05-26Deprecation cleanup (#637)miozune
2023-05-26added chisel input busses (#638)Quetz4l
* added chisel input busses * fix industrial chisel tooltip * fixes industrial chisel
2023-05-25Cleanup (#34)glowredman
* Update buildscript and GT5U dependency * Cleanup * Apply spotless
2023-05-24Adjust overrides to allow opening machine GUI (#2019)Maxim
2023-05-24Fixed mixer recipe map ending up without programmed circuits (#2020)Maxim
2023-05-24Fix neutronium machine block registration (#327)Dakota Jones
Former-commit-id: bb37b3c0d2752e2897e5ce05cc990d4b7a5e8c6c
2023-05-24Add tooltip for gas proof for fluid pipe (#2018)miozune
2023-05-24list update for recipe in coremod (#2017)TheEpicGamer274
* list update for recipe in coremod * fix * fix
2023-05-23Speedup Recycler recipe lookup (#2016)miozune
2023-05-23Arc Furnace: Fix Blockrenderer Preview (#636)Fiyorin ᵘʷᵘ
* ExxonMobile Chemical Plant: Fix the Blockrenderer Structure Preview this makes it suggest to use only 1 Catalyst Housing. the multi can still form with 0 or multiple housings. recipes that require catalysts only work with 1 housing. * ExxonMobile Chemical Plant: Fix the Blockrenderer Structure Preview this makes it suggest to use only 1 Catalyst Housing. the multi can still form with 0 or multiple housings. recipes that require catalysts only work with 1 housing. * Merge remote-tracking branch 'origin/master' * Update GregtechMTE_ChemicalPlant.java * Arc Furnace: Fix Blockrenderer Preview * Arc Furnace: Fix Blockrenderer Preview * Merge remote-tracking branch 'origin/fixarcfurnace' into fixarcfurnace --------- Co-authored-by: Fiyorin <david@bitmail.cc> Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-05-22Nerf Sunnarium Bee, Add Endstone to Endstone Bee (#2014)Runakai1
* Nerf Sunnarium Bee, Add Endstone to Endstone Bee Previous sunnarium: glowstone 40% sunnarium 20% now: glowstone 30% sunnarium 5% Added 4 End Stone to comb centrifuging of End stone bee * spotlessApply (#2015) Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-22change tooltip to be clearer (#326)梅天佑
* change tooltip to be clearer * spotlessapply Former-commit-id: dc7895a0896d909b91beb0f57d4219b9133799db
2023-05-22HV semifluid gen (#635)chochem
2023-05-21Void Miner: Don't suggest muffler/data access hatch in BlockRenderer (#325)Fiyorin ᵘʷᵘ
* Void Miner: Don't suggest muffler/data access hatch in BlockRenderer the structure still forms as before * sPoTlEsS --------- Co-authored-by: Fiyorin <david@bitmail.cc> Former-commit-id: e628696f882ac1019defa9525c016bf1f5d87562
2023-05-20Singleblock machine internal fluid tank scaling standardization (#1999)Pxx500
* chemical reactors * Other machines * More machines and chemical reactors pt2 * standard * fix * Update GT_Loader_MetaTileEntities_Recipes.java * expand fluid scaling --------- Co-authored-by: kuba6000 <kuba.123123.6000@gmail.com>
2023-05-20GT Charged Certus Quartz fix (#2013)chochem
* fix charged certus quartz aname * disable dust
2023-05-20Fix typo in SteamPower (#2012)miozune
2023-05-19gui changes + add some getters and setters (#214)梅天佑
2023-05-19adjust uxv part recipes (#215)GDCloud
2023-05-19Debug for recipe collisions (#2008)chochem
* add collision debug * fix npe * try better names * unwrap nested ifs * do it for the other too * follow some code writing suggestions * add more info to panic crash * code polishing
2023-05-19Cable recipe collision fix (#2009)chochem
* fix missing break * switch to modern switch * more code improvements
2023-05-19Yet another round of ra2 conversions (#2006)chochem
* lathe and saplings * toolhead oreproc recipes * fluid solidification * reverse macerating * autoclave combs * implosion compressor * assembler recipes * assembling line * slicer recipes * minor fixes * attempted cell to fluid fix * minor fix 2
2023-05-19More recipe collision fixes (#2010)chochem
* dont add the same recipe 300 times * have custom vac freezer recipes in GT * have custom vac freezer recipes in coremod
2023-05-19Remove mention to EC2 (#165)miozune
* Remove mention to EC2 * Remove dependency on AE2FC * Remove optionals for AE2
2023-05-19yottank information (#163)Quetz4l
* yottank information * changed the information for the yotta tank and added percentages. * * bs + sa * yottank move percentage to current storage * sa * spotlessApply (#164) Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-19Don't allow steel steam machines to do MV recipe (#2007)miozune
2023-05-18make sure we tell the advanced coke oven the right recipe outputs (#634)梅天佑
2023-05-18check that fluid is not null (#2004)chochem
2023-05-18Don't add cell recipe for Replicator if dust one is already available (#2005)miozune
2023-05-18a few small fixes (#2003)chochem
* fix snow queen bee drop * fix ismodloaded errors
2023-05-18fix tengam (#162)GDCloud
2023-05-18Add eternity mhdcsm recipes (#324)GDCloud
* update dep * eternity in mhdcsm Former-commit-id: dbac8b874ad0c8569ee9c7958ce8feef8337fc64
2023-05-17ExxonMobile Chemical Plant: Fix the Blockrenderer Structure Preview (#632)Fiyorin ᵘʷᵘ
* ExxonMobile Chemical Plant: Fix the Blockrenderer Structure Preview this makes it suggest to use only 1 Catalyst Housing. the multi can still form with 0 or multiple housings. recipes that require catalysts only work with 1 housing. * ExxonMobile Chemical Plant: Fix the Blockrenderer Structure Preview this makes it suggest to use only 1 Catalyst Housing. the multi can still form with 0 or multiple housings. recipes that require catalysts only work with 1 housing. * Merge remote-tracking branch 'origin/master' * Update GregtechMTE_ChemicalPlant.java --------- Co-authored-by: Fiyorin <david@bitmail.cc> Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-05-17More RA2 conversion for automatic gt recipes (#2000)chochem
* fully convert all wiremill recipes and clean up unnecessary duplicate code * fully convert all polarizer recipes * fully convert all canner recipes * RA2 for oredict plank recipes * RA2 for oredict stoneCobble recipes * convert some assembler recipes to RA2 * fix * fix2 * remove recipes that were never in the game
2023-05-17Various GT fixes (#2002)chochem
* TE items cant be required * remove from itemlist * TE does not exist * this never worked anyway but also unecessary * these are broken. have a working replacement already * give valid id to fix rockbreaker fake recipes * fix texture and text * no NC its fake anyway
2023-05-17Use Avaritia variant of Tinkers' parts (#213)miozune
2023-05-17Add Temporal Harmonizer Catalyst (#633)GDCloud
* add catalyst * recipes * not here
2023-05-17bump the deps version of ae2 and buildcraft (#2001)Fiyorin ᵘʷᵘ
* PA doesn't take a muffler -> fix blockrenderer and hologram projector * bump ae2 version * bump ae2 and buildcraft version --------- Co-authored-by: Fiyorin <david@bitmail.cc>
2023-05-16Eternity nanites (#1997)GDCloud
* generate nanite * textures * recipe * timepiece instead * spotlessApply (#1998) Co-authored-by: GitHub GTNH Actions <> * add primordial matter * texture * add recipe * primordial matter instead of uum --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>