aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-09-27Fix existing ME hatches are set infinite cache to false (#2312)miozune
2023-09-27reduce byproducts , adjust valueNxer
2023-09-26[Hotfix] Fix packet crash with Vat renderer (#363)miozune
Former-commit-id: d833a5ad37f210f7ec720f6b5aaee05101aa0405
2023-09-26fixNxer
2023-09-26add materials of all 15 Lanthanides Ores' UV Ion-Extracting MethodNxer
2023-09-26LuAG Crystal Growing MethodNxer
2023-09-25value changesNxer
2023-09-25Update RecipeLoader.javaNxer
2023-09-24update depsMartin Robertz
2023-09-24update depsMartin Robertz
2023-09-24add metastable oganesson solidifer recipies (#212)Lyfts
2023-09-24Fix incorrect extruder recipe voltages for GT++ materials. (#750)Alex Bee
2023-09-24import gregtech.api.enums.Mods;Nxer
2023-09-24Eu0.05->0.04Nxer
2023-09-24gregtech.api.enums.*Nxer
2023-09-24Merge branch 'master' of https://github.com/Nxer/GTNH-LanthanidesNxer
2023-09-24spotlessNxer
2023-09-24update depsMartin Robertz
2023-09-24miscNxer
2023-09-24Delete .idea.disabled directoryNxer
2023-09-24Sm part and UV Ion Extracting and LuAGNxer
2023-09-23Update buildscript (#2305)boubou19
* update buildscript * yeet wildcard imports
2023-09-23ME hatch`s additional connection mode and small fixes (#2291)lordIcocain
* ME hatch`s improvements (?) * ForgeDirection.UNKNOWN not allowed Better description No check before getBoolean * Add description in tooltip Chat message using localization Stocking bus data stick will copy/paste connection mode * Chinese localization * Another method localization * code style
2023-09-23update bs+depsMartin Robertz
2023-09-23upcate ds+depsMartin Robertz
2023-09-23update bs+depsMartin Robertz
2023-09-23update bs+depsMartin Robertz
2023-09-23more wciMartin Robertz
2023-09-23update WCIMartin Robertz
Former-commit-id: 59399f480c8b40eae8a48521aacaefea63bd5748
2023-09-23update bs+wildcard importsMartin Robertz
2023-09-23update bs+depsMartin Robertz
Former-commit-id: e491884044e30eec70f96218bbaccc4cf68d7739
2023-09-23fix plasmids (#362)chochem
Former-commit-id: 24ffa333701e695b2ec6f39e5bd93be81b806127
2023-09-23Cleanup (#354)glowredman
* Fix most `@SuppressWarnings` * Update buildscript * Remove dead code * Add missing `@Override` annotations * Deobfuscate parameters * Collapse switch statements * Fix * Combine nested if statements in else block to else if * Reduce indentation when possible * Convert to switch when reasonable * Extract increment/decrement from statement * Pull up assignment * Simplify lambda expression and method reference syntax * Deduplicate code - Factorize operands - Replace (X && Y) || (!X && Z) by X ? Y : Z - Use '==' or '^' on booleans - Merge conditions of if/else if/else that have the same blocks - Pull down common code from if/else statement - Single 'if' statement rather than duplicate blocks that fall through - Remove redundant end of block with jump statement - Remove redundant if condition - Pull out a duplicate 'if' from an if/else * Use pattern matching for instanceof * Convert String concatenation to Text Block * Convert to switch expression where possible * Use diamond operator * Convert to enhanced 'for' loops * Always use 'this' qualifier * Convert fields into local variables if the use is only local * Use String.replace() instead of String.replaceAll() when possible * Avoid Object.equals() or String.equalsIgnoreCase() on null objects * Remove unnecessary casts * Push down negation * Remove redundant super() call in constructor * Remove overridden assignment * Remove redundant modifiers * Raise embedded if into parent if * Create array with curly brrackets when possible * Remove variable assignment before return * Remove unnecessary parentheses * spotlessApply (#355) Co-authored-by: GitHub GTNH Actions <> * Update dependencies.gradle * Update dependencies.gradle * Update dependencies.gradle * sa+deps * add back GG mod in dep file * Make requested changes --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Martin Robertz <dream-master@gmx.net> Former-commit-id: 11b283613ab93b60bf0e52aad99dbcaf9ace3a1f
2023-09-23update deps (#97)Martin Robertz
2023-09-23more wildcradsMartin Robertz
2023-09-23remove wildcrad importsMartin Robertz
2023-09-23update bs+depsMartin Robertz
2023-09-23ensure to only call getStackInSlot once per tick (#18)Glease
should fix https://discord.com/channels/181078474394566657/522098956491030558/1151185199133106267
2023-09-23Cleanup noXXXYYY methods (#96)miozune
* updateBuildScript * Update dependencies * Cleanup noXXXYYY methods * Fix wildcard import
2023-09-23Cleanup noXXXYYY methods (#77)miozune
* updateBuildScript * Update dependencies * Cleanup noXXXYYY methods * Fix wildcard import
2023-09-23Cleanup noXXXYYY methods (#67)miozune
* updateBuildScript * Update dependencies * Cleanup noXXXYYY methods
2023-09-23Cleanup noXXXYYY methods (#211)miozune
* updateBuildScript * Update dependencies * Cleanup noXXXYYY methods * Fix wildcard import
2023-09-23Deprecate GT_MetaTileEntity_MultiBlockBase#isValidMetaTileEntity (#2267)miozune
* Deprecate GT_MetaTileEntity_MultiBlockBase#isValidMetaTileEntity * Explicit brackets --------- Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-09-23Cleanup basic machines (#755)miozune
* updateBuildScript * Update dependencies * Cleanup basic machines * Fix wildcard import
2023-09-22format the eu/t number in the scanner data of the Naquadah reactor multi (#210)Alexdoru
* format the eu/t number in the scanner data of the Naquadah reactor multi * update buildscript
2023-09-22update depsMartin Robertz
2023-09-22fixes uninsulated cable not damaging players (#2300)iamblackornot
* - a workaround fix to https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/14431 - code clean-up of unused variables related to the issue - portable scanner infodata is cleaned too since some of the data is related to mentioned before "ghost" variables * - PR review changes * "Current Amperage" -> "Amperage" * - updated gradle build script --------- Co-authored-by: iamblackornot <nkzshinnnik@gmail.com>
2023-09-22Cleanup noXXXYYY methods round 2 (#2302)miozune
2023-09-22update depsMartin Robertz
Former-commit-id: 767c7c223fc2ed4bffbcecf8fc3f012ef9df4097
2023-09-22disable large turbine rotation or flip (#2290)Glease
also made the rotation and flip marker to not show up when the multi doesn't support rotating or flipping