MC-U-Team / U-Team-Core

Open-Source API and library for U-Team's mods

Home Page:https://u-team.info/mods/uteamcore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

U-Team-Core

Curseforge Downloads Curseforge Versions Discord

This is an opensource api and library for u-team's mods.

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.

About

Open-Source API and library for U-Team's mods

https://u-team.info/mods/uteamcore

License:Apache License 2.0


Languages

Language:Java 99.8%Language:JavaScript 0.2%