GT-Golden / GT-Golden-Core

Core APIs for GregTech: Golden, including things such as a standard material API
GNU Lesser General Public License v3.0
1 stars 0 forks source link

GregTech: Golden Core

Setup

To add Golden Core to your mod, add this to your build.gradle, replacing v0.3.0-alpha with the latest version

dependencies {
    modImplementation 'com.github.GT-Golden:GT-Golden-Core:v0.3.0-alpha' {
        transitive false
    }
}

License

This mod is licensed under LGPL-3.0