aboutsummaryrefslogtreecommitdiff
path: root/src/main
AgeCommit message (Collapse)Author
2023-05-14Rework EOH overclock formula (#208)GDCloud
* rework OC formula * better wording * new formula * wording (it's not always increasing) * address review + shorten drain time
2023-05-14Enable MuTEs to have lasers (#187)BlueWeabo
* it works?!? * fixes * spotless
2023-05-14Fix infinity plate (#207)Martin Robertz
* fix Large Infinity plates use TGregworks not Tcon mod * update bs * Update src/main/java/com/github/technus/tectech/loader/recipe/ResearchStationAssemblyLine.java Co-authored-by: miozune <miozune@gmail.com> * Merge branch 'fix-Infinity-Plate' into fix-Infinity-Plate-2 # Conflicts: # src/main/java/com/github/technus/tectech/loader/recipe/ResearchStationAssemblyLine.java * change if mod is loaded * spotlessApply (#209) Co-authored-by: GitHub GTNH Actions <> * spotless * spotlessApply (#210) Co-authored-by: GitHub GTNH Actions <> * remove infos about plates * add gt material * check if GG is loaded * spotlessApply (#211) Co-authored-by: GitHub GTNH Actions <> * fix * sa * spotlessApply (#212) Co-authored-by: GitHub GTNH Actions <> * fix derp * duct tape fix prevent crashing * sa * add missing import * Fix Bedrockium * oops --------- Co-authored-by: miozune <miozune@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-10EM_transformer (#205)Quetz4l
* * will be turned off after build * the on/off button in the gui is enabled * Spotless apply * fix em transformer machine shuts OFF after restarting * fix em transformer * remove this --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-09fix overflow calculations (#204)GDCloud
2023-05-05Revert "no tengam (for now!)" (#196)Martin Robertz
This reverts commit 2164da46f28cc35898d5ba391f06af9f6dfbee71.
2023-05-05integrate BW replacements (#203)chochem
2023-05-05Adjust ev multiamp hatch recipes (#202)chochem
* add transformers to recipes * bs
2023-05-01Forge direction (#199)Jason Mitchell
* ForgeDirection * spotlessApply --------- Co-authored-by: GitHub GTNH Actions <unknown>
2023-04-28Remove unused GT_Container and GT_GUIContainer extendersmiozune
2023-04-26Parametrizer Memory Card improvementsmiozune
2023-04-25fix cosmic neutronium plates and infinity plate idsMartin Robertz
2023-04-25no tengam (for now!)chochem
2023-04-22forgot debugGDCloud
2023-04-22fix formulaGDCloud
2023-04-21Use Attuned Tengamglowredman
2023-04-20Merge remote-tracking branch 'origin/deobf-params' into devMartin Robertz
2023-04-20spotlessMartin Robertz
2023-04-20update bs+sa+materialMartin Robertz
2023-04-20Deobfuscate parametersglowredman
2023-04-18good enoughGTNH-Colen
2023-04-18Add default caseglowredman
2023-04-18Transition away from deprecated methods/fieldsglowredman
2023-04-18Use `mDescriptionArray`glowredman
2023-04-18Remove dead codeglowredman
2023-04-18Add serialVersionUIDsglowredman
2023-04-18Add `@SuppressWarnings`glowredman
2023-04-18Use SoundResource enumglowredman
2023-04-18Add genericsglowredman
2023-04-18Update buildscriptglowredman
2023-04-16Merge pull request #189 from GTNewHorizons/masterMartin Robertz
merge master
2023-04-14fix fluidsGDCloud
2023-04-14base -> superconductorGDCloud
2023-04-14base -> superconductorGDCloud
2023-04-13recipesGDCloud
2023-04-12recipesGDCloud
2023-04-10fix crash in devboubou19
2023-04-10spotlessboubou19
2023-04-10break down recipe file in multiple smallersboubou19
2023-04-10remove commented out codeboubou19
2023-04-10Superconductor -> SuperconductorUHVboubou19
2023-04-10optimize importsboubou19
2023-04-10use Mods enumboubou19
2023-04-10remove Loader.isModLoaded callsboubou19
2023-04-10delete recipes for when NHCore isn't presentboubou19
2023-04-10delete spartak core compatboubou19
2023-04-02Merge pull request #184 from GTNewHorizons/EOH_PlasmasConnor-Colenso
Fix some EOH rendering issues and buff EOH plasma output by 8x. DD now also gives all plasmas for exotic catalyst
2023-04-02Add item renderer for EOHGTNH-Colen
2023-04-02Add item renderer registrationGTNH-Colen
2023-04-02Stop render block droppingGTNH-Colen