GregTechCEu / GregTech-Modern

GregTech CE Unofficial for modern versions
GNU Lesser General Public License v3.0
292 stars 175 forks source link

Logo

GregTech CEu: Modern

GregTech:CEu built on modern Minecraft versions for Forge(1.20.1) & NeoForge(1.21+).

Supported Versions License Discord
CurseForge Modrinth GitHub

Wiki

Developers

To add GTCEu: Modern (GTM) to your project as a dependency, add the following to your build.gradle:

repositories {
    maven {
        name = 'GTCEu Maven'
        url = 'https://maven.gtceu.com'
        content {
            includeGroup 'com.gregtechceu.gtceu'
        }
    }
}

Then, you can add it as a dependency, with ${mc_version} being your Minecraft version target and ${gtm_version} being the version of GTM you want to use.

dependencies {
    // Forge (see below block as well if you use Forge Gradle)
    implementation fg.deobf("com.gregtechceu.gtceu:gtceu-${mc_version}:${gtm_version}")

    // NeoForge
    implementation "com.gregtechceu.gtceu:gtceu-${mc_version}:${gtm_version}"

    // Architectury
    modImplementation "com.gregtechceu.gtceu:gtceu-${mc_version}:${gtm_version}"
}

IDE Requirements (when using IntelliJ IDEA)

For contributing to this mod, the Lombok plugin for IntelliJ IDEA is strictly required.
Additionally, the Minecraft Development plugin is recommended.

Credited Works

See something we forgot to credit? Reach out to us on Discord, or open an issue and ask for appropriate credit, we will happily mark it here