aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus/everglades
AgeCommit message (Collapse)Author
2023-08-11use new api for ore chunks (#717)chochem
2023-05-26Deprecation cleanup (#637)miozune
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-08Remove a bunch of reflections against GT (#531)miozune
* Remove a bunch of reflections against GT * missed this one
2023-02-04Remove redundant flags (#529)miozune
* Remove CORE.GTNH * Remove LoadedMods.Gregtech * Remove LoadedMods.IndustrialCraft2 * Remove LoadedMods.MiscUtils * Remove CORE.MAIN_GREGTECH_5U_EXPERIMENTAL_FORK * clean * Remove mention to GT versions * Fix assembler mode
2023-01-30make almost all hardcoded items localizable (#521)iouter
* make almost all hardcoded items localizable * sa
2023-01-28[ci skip] spotlessApply with the new settingsJason Mitchell
2023-01-23Remove Australia dimension and associated world gen, mobs etc. (#516)Connor-Colenso
Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com>
2022-08-29Buildscript + Spotless (#318)Jakub
* Convert AES.java to readable class * Buildscript * Spotless
2021-12-13Merge tag '1.7.20' into unified-build-script2Johann Bernhardt
# Conflicts: # build.properties # src/main/java/gtPlusPlus/xmod/gregtech/loaders/RecipeGen_Fluorite.java
2021-12-12Move sources and resourcesJohann Bernhardt