aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus/preloader
AgeCommit message (Collapse)Author
2023-06-11Remove broken GC asm (#666)chochem
* remove GC ASM - was broken and disabled anyway * tooltip change was also permanently disabled
2023-06-04fix lag by disabling asm that messed with tinkers fluid lighting (#654)Dennis
* disable asm that messed with tinkers fluid lighting * remove unused config and asm file
2023-05-16Remove a lot of unused classes (#629)miozune
2023-05-01ForgeDirection (#608)Jason Mitchell
* ForgeDirection WIP * Fix GTPP_Render_MachineBlock Fix handling of getTexture with facing mask for pipes Kill a bunch of magic numbers * spotlessApply (#612) Co-authored-by: GitHub GTNH Actions <> * Bump bw/tt deps --------- Co-authored-by: Léa Gris <lea.gris@noiraude.net> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-09clean up GT++ code (#589)boubou19
* yeet big reactor support * yeet IC2 classic support * yeet pneumaticraft support * yeet More Planets support * yeet Immersive Engineering support * yeet Psychedilicraft support * yeet Beyond Reality Core support * sort mods to see what must be purged * yeet simply jetpacks * yeet RFTools * yeet xReliquary * yeet RedTech * yeet Mekanism * yeet GrowthCraft * yeet ihl * leftover cleaning * yeet thermal fondation support * yeet compact windmills support * spotless * remove constants from LoadedMods (part 1 / 2) * spotless * remove constants from LoadedMods (part 2 / 2) * use mod id enum instead of strings + optimize imports * Loaded.isModLoaded -> enum * restore RA init * missing ! * start organizing recipes stuff * fix crash on world load in dev * remove unused class * remove HazmatUtils.java * move all the removals * remove enableHarderRecipesForHighTierCasings and usages(disabled in the pack) * move some pyrolyse oven recipes to its own file * sa * bump GT version * bump GT5U version * spotless apply * use Everglades entry from the mod enum --------- Co-authored-by: miozune <miozune@gmail.com> Co-authored-by: Martin Robertz <dream-master@gmx.net>
2023-02-09Fix immature alk code (#535)Connor-Colenso
* Remove immature code * Remove even more immature code * spotlessApply (#536) Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-02-08Remove a bunch of reflections against GT (#531)miozune
* Remove a bunch of reflections against GT * missed this one
2023-01-28[ci skip] spotlessApply with the new settingsJason Mitchell
2023-01-18Don't transform LWJGL3 if present, the keyboard bug is fixed there (#505)Raven Szewczyk
2023-01-16Set childmods (#504)glowredman
* Set GT++ Preloader as child mod * Set Australia and ToxicEverglades as child mods
2022-09-03Remove GT asm (#333)Glease
* remove GT asm * Spotless apply for branch no-gt-asm for #333 (#334) Co-authored-by: Glease <4586901+Glease@users.noreply.github.com> Co-authored-by: GitHub GTNH Actions <> * Update dependencies.gradle * Update dependencies.gradle * Update dependencies.gradle Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Martin Robertz <dream-master@gmx.net>
2022-08-31Remove Railcraft asm as we have the source code now (#332)Raven Szewczyk
2022-08-29Buildscript + Spotless (#318)Jakub
* Convert AES.java to readable class * Buildscript * Spotless
2022-08-18Disabled debug logging to be on by default (#282)Maxim
2022-08-01Fix startup crash with latest GT (#258)miozune
2022-01-21Merge branch 'master' of https://github.com/GTNewHorizons/GTplusplus into ↵Alkalus
New-Multis-3 # Conflicts: # .gitignore # build.gradle # src/main/java/gtPlusPlus/core/handler/COMPAT_HANDLER.java # src/main/java/gtPlusPlus/core/lib/LoadedMods.java # src/main/java/gtPlusPlus/core/recipe/RECIPES_GREGTECH.java # src/main/java/gtPlusPlus/core/recipe/RECIPES_Machines.java # src/main/java/gtPlusPlus/xmod/gregtech/common/blocks/GregtechMetaCasingBlocks5.java # src/main/resources/assets/miscutils/lang/en_US.lang
2022-01-20Add way to make Sunnarium without MT.Alkalus
Fix early init of FmlCommonHandler.
2022-01-20Fixed Industrial Forge Hammer structure check.Alkalus
Fixed Creative Energy Buffer some more. Fixed Redstone Circuit Block output. Did a little work on breaker boxes.
2021-12-26Tweak MK4 Fusion.Alkalus
2021-12-20Add RemoteIO and EnderIO support to Reservoir Hatch.Alkalus
Changed Extreme Airtake from 5k/4t to 8k/4t. Clean up some reflection. Cleaned up GT_MetaTileEntity_Hatch_FluidGenerator.java.
2021-12-12Move sources and resourcesJohann Bernhardt