U-Team-Core
U-Team-Core copied to clipboard
Open-Source API and library for U-Team's mods
U-Team-Core
This is an opensource api and library for u-team's mods.
- Please ask questions in our discord server.
- Download on curseforge.
- Find more information on our website.
- Updates can be found in the changelog.
How to build this mod
How to clone
- 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.
Setup Eclipse
-
./gradlew genEclipseRuns
- Import as gradle project
Setup IntelliJ IDEA
-
./gradlew genIntellijRuns
- Import as gradle project
Build a jar
-
./gradlew build
How to include this mod
- Repository: repo.u-team.info
- Artifact: info.u-team:u_team_core-${mcversion}:${modversion}
- {mcversion} is the minecraft version.
- {modversion} is the uteamcore version.
Using in Forge Gradle 5:
repositories {
maven { url = "https://repo.u-team.info" }
}
dependencies {
implementation fg.deobf("info.u-team:u_team_core-${mcversion}:${modversion}")
}
License
- This mod is licensed under apache 2 license. For more information see here.
- This mod can be packed in any curseforge modpack you like.
Issues
- Please report issues here.