Skip to content

IamNotBrianZ/GregTech-Modern

This branch is 8 commits ahead of GregTechCEu/GregTech-Modern:refs/heads/1.20.1.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

db95630 · Mar 6, 2025
Dec 19, 2024
Feb 1, 2025
Feb 21, 2025
Feb 1, 2025
Dec 4, 2024
Mar 6, 2025
May 25, 2023
Jan 11, 2024
Mar 2, 2025
Jul 19, 2023
Mar 18, 2023
Dec 19, 2024
Feb 21, 2025
Jan 31, 2025
Mar 2, 2025
Jan 31, 2025
Jan 31, 2025
Jan 31, 2025
Jun 12, 2024

Repository files navigation

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

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

  • Most textures are originally from Gregtech: Refreshed by @ULSTICK. With some consistency edits and additions by @Ghostipedia.
  • Some textures are originally from the ZedTech GTCEu Resourcepack, with some changes made by the community.
  • New material item textures by @TTFTCUTS and @Rosethorns.
  • Wooden Forms, World Accelerators, and the Extreme Combustion Engine are from the GregTech: New Horizons Modpack.
  • Primitive Water Pump is from the IMPACT: GREGTECH EDITION Modpack.
  • Ender Fluid Link Cover, Auto-Maintenance Hatch, Optical Fiber, and Data Bank Textures are from TecTech.
  • Steam Grinder is from GregTech++.
  • Certificate of Not Being a Noob Anymore is from Crops++.

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

About

GregTech CE Unofficial for modern versions

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.9%
  • Other 0.1%