aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-12Changed energy discount type from int to long (#276)Maxim
2022-08-12fix bugGlease
2022-08-12add mMachine checkGlease
2022-08-12Resume processing in unclogged Bricked Blast Furnaces (#1226)YannickMG
* Ran spotless on GT_MetaTileEntity_PrimitiveBlastFurnace.java * Reduced method call duplication in onPostTick * Run a checkMachine when a BBF chimney obstruction is cleared. * Corrected unintended change
2022-08-12Add correct formula for Superconductor Base materials (#1240)miozune
2022-08-12Use Advanced Glue for Special Ceramics (#68)miozune
2022-08-12partial autoplace integrationGlease
2022-08-11Backported rotation logic from enhanced mulitblock base to allow all TT ↵minecraft7771
based machines to be rotated more freely
2022-08-11Wireless charger improvements (#272)Maxim
* Added function to also charge RF tools * Added check if the TE is server side before registering it in the charging helper * Removed unused imports * Fixed charged items not increasing when charging RF tools and removed unnecessary check for cofh on mod load * Removed unnecessary import
2022-08-10Merge pull request #77 from chochem/DEFC-controllerConnor-Colenso
Changed DEFC controller recipe and moved it to TecTech
2022-08-10fix variance being overnerfed (#1239)boubou19
2022-08-10typochochem
2022-08-10get gt botania materialschochem
2022-08-10get the controllerchochem
2022-08-10add DEFC recipe to TTchochem
2022-08-10Create README.mdJakub
2022-08-10Reserve MTE IDs for kuba6000 (#1238)Jakub
2022-08-10Add actions (#2)Jakub
2022-08-10Renamekuba6000
2022-08-10Renamekuba6000
2022-08-10Disable the large generator array (#273)Rukern
* Disable the large generator array * Re-add and comment Recipe Co-authored-by: Alexandre Tardif <alexandre.tardif@nexusinno.com>
2022-08-10Yottank change (#66)Runakai1
* YOTTANK glorification Added remainining 4 cores + cells to YOTTANK Made the Multiblock allow up to neutronium borosilicate glas * Recipe changes supercoolant added plus pumps exchanged * Request changes Made all cores 20 seconds in Assline made cells 50 seconds in Assline added recursive recipes to make 128 cores of one Tier to 1 of the next one Fixed Voltages Fixed Pump Quantity * Fixed Quantity Fixed Pump Quantity on Cells as well * spotless * Changed uncraftable Recipes Some recipes were uncraftable (dense plates reduced to 8) + changed pumps in cell recipe to match it properly * Fixed yet other pumps Co-authored-by: Dream-MasterXXL <dream-master@gmx.net>
2022-08-10Fix exploit with disassembler (#64)miozune
* Fix exploit with disassembler * spotlessApply
2022-08-10Update build-and-test.ymlMartin Robertz
set time to 120 sec
2022-08-10Spotless updateunknown
2022-08-10Industrial Apiary Fixes (#1225)Jakub
* Upgrade slot tooltip * Fix Hellish biomes temperature * Princess -> Queen process is always automated
2022-08-10Process MT additions when joining to a server (#1237)Jakub
* Process MT additions when joining to a server * Run only in multiplayer * Keep explicit imports
2022-08-10do not return IAlignment if MTE is not IAlignmentProvider (#1234)Glease
2022-08-10loosen the generic restrictions on hatch elements (#1236)Glease
It honestly never occurred to me that SOMEONE would not derive from GT_MetaTileEntity_EnhancedMultiblockBase
2022-08-09changing UIV/UMV energy hatch and dynamo to use their own SC, also nerfed ↵POPlol333
stargate lol
2022-08-09turned on orundum molten because GDCloud need it for DTPF recipe of SC UMV (#65)RIONDY 'POPlol333' Adam
2022-08-09Moved magic numbers out of code and adjusted repair costsminecraft7771
2022-08-09rockbreaker behavior enhancement (#1235)RIONDY 'POPlol333' Adam
2022-08-09changes SC UEV and UMV fluid from helium gas to liquid helium (#1231)RIONDY 'POPlol333' Adam
2022-08-09autoplace integration (#1117)Glease
2022-08-09Set owner to the ME output bus, so that it might correctly work with ↵repo-alt
networks with security stations (#1217) https://github.com/GTNewHorizons/GT-New-Horizons-Modpack/issues/10948
2022-08-09fix(warnings): remove broad wanings suppression (#1223)Léa Gris
* fix(warnings): remove broad wanings suppression This shell script was applied to remove all instances of `@SuppressWarnings("ALL")`: ```sh grep -lr '@SuppressWarnings([[:space:]]*"ALL"[[:space:]]*)' src/ | xargs -l1 \ sed -n -i.bak '/@SuppressWarnings([[:space:]]*"ALL"[[:space:]]*)/!p' ``` * nuke @SuppressWarnings("all") in GT_NEI_DefaultHandler Case insensitive: ```sh grep -lr '@SuppressWarnings([[:space:]]*"[Aa][Ll][Ll]"[[:space:]]*)' src/ | xargs -l1 \ sed -n -i.bak '/@SuppressWarnings([[:space:]]*"[Aa][Ll][Ll]"[[:space:]]*)/!p' find src -type f -name '*.bak' -delete ``` * fix(warnings): GT_NEI_DefaultHandler * fix(warnings): GT_Mod * fix(warnings): GT_Values * fix(warnings): Materials * fix(warnings): GT_BeeDefinition * fix(warnings): GT_PostLoad * fix(warnings): GT_Worldgenloader * fix(warnings): GT_PreLoad
2022-08-09Fix oversight (#1227)miozune
2022-08-09Fix original voltage shows up when voltage is "unspecified" (#1228)miozune
* Fix original voltage shows up when voltage is "unspecified" * better check * move calculation
2022-08-09Fix localization failure with driller (#178)miozune
* Fix localization failure with driller * Fix Former-commit-id: 476453a57b8b6a6be52709854e36d6b83092ac5d
2022-08-09Fix machine sounds (#1229)miozune
2022-08-09fix(#10881) persist fire on netherrack bound ores (#1230)Léa Gris
2022-08-08Time accelGTNH-Colen
2022-08-08Two different tiered blocks working!GTNH-Colen
2022-08-08biomain and nano computation buffchochem
2022-08-08Working with ofBlocksTieredGTNH-Colen
2022-08-08Bump depGTNH-Colen
2022-08-08WorkingGTNH-Colen
2022-08-08Add new blocksGTNH-Colen
2022-08-08WorksGTNH-Colen