aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-22update depsMartin Robertz
Former-commit-id: 767c7c223fc2ed4bffbcecf8fc3f012ef9df4097
2023-09-22Cleanup noXXXYYY methods (#361)miozune
Former-commit-id: e5a4c18be25612616e4b6d9112802fb964ef3dbf
2023-09-23Cleanup basic machines & some deprecations (#360)miozune
Former-commit-id: cea4eaa2e409783af151c5f9c2cea6749ca68aef
2023-09-14Also add info on Vat NEI fluid input (#359)miozune
Former-commit-id: 34873ab638692badb99b88962d2dbd70f0bed411
2023-09-13Add info on Bacterial Vat NEI fluid output (#358)miozune
* Add info on Bacterial Vat NEI fluid output * Update en_US.lang --------- Co-authored-by: Connor-Colenso <52056774+Connor-Colenso@users.noreply.github.com> Former-commit-id: 3d8a85d5730786c86e5310df6fce786b5d6f9c4f
2023-09-09update bs+depsMartin Robertz
Former-commit-id: 71b781e3c3c7a407221c4e35cac70bc9fc114eb2
2023-09-092 small recipe fixes (#357)chochem
Former-commit-id: 2976d9ecd9f23516d46d54780f1ba609a1ea2e0f
2023-09-06migrate recipes to RA2 (#349)boubou19
* deprecate getMachineVoltageFromTier * migrate assembler recipes * migrate mixer recipes * migrate implosion compressor recipes * migrate forming press recipes * forgot an assembling recipe * migrate blast furnace recipes * migrate universal chemical reactor recipes * migrate fluid extractor recipes * migrate bending machine recipes * migrate assembling line recipes * migrate autoclave recipes * migrate chemical bath recipes * get rid of BW_Util.getMachineVoltageFromTier(3) * get rid of BW_Util.getMachineVoltageFromTier(1) * get rid of BW_Util.getMachineVoltageFromTier(2) * get rid of BW_Util.getMachineVoltageFromTier(4) * get rid of BW_Util.getMachineVoltageFromTier(5) * get rid of BW_Util.getMachineVoltageFromTier(6) * get rid of BW_Util.getMachineVoltageFromTier(7) * get rid of BW_Util.getMachineVoltageFromTier(8) * get rid of BW_Util.getMachineVoltageFromTier(9) * get rid of BW_Util.getMachineVoltageFromTier(10) * get rid of BW_Util.getMachineVoltageFromTier(11) * get rid of BW_Util.getMachineVoltageFromTier(12) * migrate fluid solidifier recipes * migrate forge hammer recipes * migrate pulveriser recipes (1/3) * migrate electrolyser recipes * migrate electromagnetic separator recipes * migrate extruder recipes * migrate packager recipes * migrate primitive blast furnace recipes * migrate vacuum freezer recipes * migrate wiremill recipes * migrate cutting machine recipes * migrate lathe recipes * migrate laser engraver recipes * migrate fluid canner recipes * migrate pulverizer recipes (2/3) * migrate extractor recipes * migrate arc furnace recipes * migrate sifter recipes * migrate compressor recipes * fix duration * migrate fluid extractor recipes * migrate centrifuge recipes * migrate autoclave recipes * spotless apply * resolved build issues related to output chances of recycling "aHTGR_Materials" * resolved build issues related to output chances of recycling "Burned out TRISO pebble (Uranium)" * spotless * migrate fluid heater recipes * bump GT version * fix time and eu/t of centrifuge recipes * fix time and eu/t of centrifuge recipes * spotlessApply (#356) Co-authored-by: GitHub GTNH Actions <> * add a todo for chem rebalance issues in electrolyser recipes * fix typo --------- Co-authored-by: Kyium <kiu4537@yahoo.co.uk> Co-authored-by: chochem <40274384+chochem@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Former-commit-id: cf3cb4bc6838158ed55daca3cf6a052ea02ac0a0
2023-09-04Bump depConnor Colenso
Former-commit-id: a780b1a2fd7f9af9a7162883206e303a1ce606c4
2023-08-30fix quad input hatch for Mega Oil Cracker (#352)lordIcocain
* fix quad input hatch * fix quad input hatch Improve code readable Former-commit-id: b30e4f950448c82e94dff0772d1e6d5e2a5f65f4
2023-08-23Change Molten Infinity to Molten Neutronium in alternate High Density ↵Sampsa
recipes (#353) Former-commit-id: 19def92e93b20e19f9bd9587b38d978abeb92666
2023-08-11Update dependencies.gradleMartin Robertz
Former-commit-id: 15d56d60c411295e764d9f383eb7b340e3c74579
2023-08-11Don't lazily initialize EIC recipemap (#350)miozune
* Add one more commit to .git-blame-ignore-revs * updateBuildScript * Don't lazily initialize EIC recipemap Former-commit-id: 693b0374ef33b7600ab37b71024056d0941877d8
2023-08-08disabled crafting me buffer on CAL (#351)BlueWeabo
Former-commit-id: 8f80db43ffc0e0caae5da1424fb7a4f24cdffab1
2023-07-29Use new API from GT5u (#348)BlueWeabo
* use new API * update dep Former-commit-id: 6e506e9e407200a6db3b1fcea33b39562a96883e
2023-07-25fix moc crashing when being placed (#347)BlueWeabo
Former-commit-id: 69a6b45042c4259adec4dbbf810190256c5abbe7
2023-07-25Remove AbstractedStack (#346)miozune
* Remove AbstractedStack * Remove outdated script Former-commit-id: 462a8b3e49915df48fd772bdc4ff13f097d39b4c
2023-07-24Enable Batch mode on Bio Vat (#345)BlueWeabo
* enable batchMode * address review * Revert "address review" This reverts commit c8769f1d729f1b91165da757f66033e49c08ae3b [formerly 0d6d3c99967ed755b5f3ff9eade68aac35b63f01]. Former-commit-id: 18d10adb9b835c8dbd9fe13b27ca4e3ab064e689
2023-07-24Fix MEBF calculating twice and not using its parallel for eut use. MOC for ↵BlueWeabo
wrong discount (#344) * fix * update deps and address review * Fix compile error --------- Co-authored-by: miozune <miozune@gmail.com> Former-commit-id: f8c3a5e34ee854778ce7a80d3a11a636d45bc477
2023-07-22Update dependencies.gradle (#343)Martin Robertz
Now it should work. Vexatos fixed it Former-commit-id: c6df69a9030d0cad50cd4d723936e432abcebc2e
2023-07-22plutonium fix (#342)chochem
Former-commit-id: a4838b2f30f9f51b16dc42c77b53f1c6cd5e9a18
2023-07-21Swap Void Miner and Ore Drill recipe frames (#341)Lyfts
Former-commit-id: 2b5c3cf134db3f6d9365d8d1bca566b9506bf384
2023-07-17Implement generic processing logic (#340)Maxim
* Migrated MegaMultiBlockBase to ExtendedPowerBase * Migrated MOC * Migrated MCR * Migrated MCR * Migrated MVF * Migrated MEBF * Migrated MDT * Use Energy.or(ExoticEnergy) instead of TTEnabledEnergyHatchElement * Set GPL power to be totalEU voltage at 1 ampere * Fix coil tier of MEBF * Migrated CAL * Migrated EIC * Migrated vat * Fixed MDT void protection * Clean up code * Updated dep * Updated deps * Update dependencies.gradle * Update dependencies.gradle * Update dependencies.gradle * Fix EIC power * Update src/main/java/com/github/bartimaeusnek/bartworks/common/tileentities/multis/mega/GT_TileEntity_MegaBlastFurnace.java Co-authored-by: miozune <miozune@gmail.com> * Update src/main/java/com/github/bartimaeusnek/bartworks/common/tileentities/multis/GT_TileEntity_CircuitAssemblyLine.java Co-authored-by: miozune <miozune@gmail.com> * Addressed reviews --------- Co-authored-by: Martin Robertz <dream-master@gmx.net> Co-authored-by: miozune <miozune@gmail.com> Former-commit-id: 32ebaeb20cd9b9d1338d990b647c5f05b366116c
2023-07-10Migrate findRecipe method (#338)miozune
* Migrate findRecipe method * Update dependencies.gradle * Update deps * update deps --------- Co-authored-by: Martin Robertz <dream-master@gmx.net> Former-commit-id: d173b08a7017209b9ea4383680c34fda56035b5c
2023-07-04Buff output of Oganesson fusion recipe (#335)Daniel Mendes
Former-commit-id: aec759a45fd5db6cad751181a24ff343df11efc3
2023-06-29Fix non-positive TiC tool stats (#339)miozune
Former-commit-id: a1e015a603e645aadf97a5dc4eccdd5fa384a1af
2023-06-20use the right LuV material (#337)chochem
Former-commit-id: 045438d43c647d5620f1f9ffbb67eaac06259ee1
2023-06-15Ebf Noble Gas Overhaul (#336)chochem
* try with og and arg * adjust all * work relative to starting gas Former-commit-id: d5747ce95acc53fda473deabfa69158aa9b34140
2023-06-08Update PlatinumSludgeOverHaul.java (#334)Runakai1
Former-commit-id: 9caaa5e532988d5be1281ef95bacf4c728075490
2023-06-04fix (#332)GDCloud
Former-commit-id: 871a3cc01abe46612e118604d211b68706bb8fd4
2023-05-29butcher eic recipe time (#331)RIONDY 'POPlol333' Adam
* butcher eic recipe time * oh lol vm time Former-commit-id: 68ffdf00b9c101b9af30bc11d963a43bdfec847d
2023-05-28Update to new void protection API & implement it for some multi (#329)miozune
* Update to new void protection API & implement it for some multi * Update method names * Update GT * Fix THTR & HTGR not preventing consumption Former-commit-id: 7a116178ec31dffe23fb741a3d432856189bbefc
2023-05-28Fix version replacement (#330)miozune
Former-commit-id: bea94a8da777b597948d2598e922403967738193
2023-05-27Move Ross128 system out a bit again (#328)glowredman
Former-commit-id: 47c47c320d0475bd284680b1fbd625c7df908ef2
2023-05-24Fix neutronium machine block registration (#327)Dakota Jones
Former-commit-id: bb37b3c0d2752e2897e5ce05cc990d4b7a5e8c6c
2023-05-22change tooltip to be clearer (#326)梅天佑
* change tooltip to be clearer * spotlessapply Former-commit-id: dc7895a0896d909b91beb0f57d4219b9133799db
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-18Add eternity mhdcsm recipes (#324)GDCloud
* update dep * eternity in mhdcsm Former-commit-id: dbac8b874ad0c8569ee9c7958ce8feef8337fc64
2023-05-13Move Ross128 system closer to solar system (#323)glowredman
Former-commit-id: e16261e4f7303795c62e5e89f7b7176c2cf149f0
2023-05-09Update dependencies (#322)miozune
Former-commit-id: 665ecd88259d026ce15ba11b831ad91983dd5518
2023-05-08Migrate to FluidSlotWidget (#321)miozune
* Migrate to FluidSlotWidget * Update dependencies Former-commit-id: d5838d0e19b18af0c8fc60a1c50773c4b0a10461
2023-05-06update bsMartin Robertz
(cherry picked from commit bcd1bfb50446b744ab087c4e00dd423cf7d2dd7a) Former-commit-id: 0c8cacd35b1d1b0729f985e1410bb687f79c4089
2023-05-06update depMartin Robertz
(cherry picked from commit fe6783cd29524c0014a714b6b1b36b06fc11dde7) Former-commit-id: e5f327a44996d4f7ea78e5a1a10a05fd94c8cab0
2023-05-06Remove LuVtier enhancements (#320)chochem
* remove LuVtier enhancements * load order * add bridge subtag * dont change imc loading Former-commit-id: 11ff08612e7e386d08918820b20056335fd47be3
2023-05-05add channels to mega oil cracker (#319)kstvr32
Former-commit-id: e2d13c874dfc10e1f38501d2067dfb67bed044e8
2023-05-05Fix NPE with Radio Hatch (#317)miozune
* Fix NPE with Radio Hatch * spotlessApply (#318) Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Former-commit-id: 568f57922469539b06da1444c8c35db4dea25748
2023-05-01revertMartin Robertz
Former-commit-id: 99dd0fe80af10498b74ee86ab2c3f826de162212
2023-05-01update depMartin Robertz
Former-commit-id: 2fe81d61b3da7fad053379c0794d7fdde572c028