- Please ask questions in our discord server.
- Download on curseforge.
- Find more information on our website.
- Updates can be found in the changelog.
- For a fesh clone use
git clone --recursive https://github.com/MC-U-Team/U-Team-Core
- For already cloned repository use
git submodule update --init --recursive
to initialise the submodules.
./gradlew genEclipseRuns
- Import as gradle project
./gradlew genIntellijRuns
- Import as gradle project
./gradlew build
- Repository: repo.u-team.info
- Artifact: info.u-team:u_team_core-${mcversion}:${modversion}
- {mcversion} is the minecraft version.
- {modversion} is the uteamcore version.
repositories {
maven { url = "https://repo.u-team.info" }
}
dependencies {
implementation fg.deobf("info.u-team:u_team_core-${mcversion}:${modversion}")
}
- This mod is licensed under apache 2 license. For more information see here.
- This mod can be packed in any curseforge modpack you like.
- Please report issues here.