/TheFramework

A framework for Minecraft mods

Primary LanguageJavaGNU General Public License v2.0GPL-2.0

The Framework

Release: Release Dev: Dev

A Minecraft Mod Framework

Fork of CollectiveFramework by austinv11

It adds useful features to aid mod development (NBT tooltips) and features for users such as on the fly chat translation.

Name

"The Framework" gets it name from the fictional project with the same name created by Dr. Holden Radcliffe from the television show Marvel's Agents of S.H.I.E.L.D.

Download

CurseForge

Downloads are available on CurseForge.

Maven

Bintray hosts the maven repo for "The Framework".

repositories {
    maven {
        url "https://dl.bintray.com/rolandoislas/The-Framework"
    }
}
dependencies {
    compile "com.rolandoislas.theframework:TheFramework:$VERSION"
}

License

"The Framework" is licensed under the GPLv2.

Credits

austinv11 for the original [Collective Framework]