[]()
You propably wonder where the source is: not here. Futurpack is not open source, but rather visible source, but feel free to make Merge Requests/Pull Requests. It is at gitlab: https://gitlab.com/MCenderdragon/Futurepack.
A small Api for the Futurepack
Use this if you want to make an addon for the futurepack.
repositories
{
maven {
name = "ModMaven"
url = "https://modmaven.dev"//location of the futurepack maven files.
}
maven {
name = "RedSnakeMaven"
url = "https://redsnake-games.de/maven/"//self hosted maven in case modmaven is not available
}
}
dependencies {
compileOnly fg.deobf("redsnakegames.mcenderdragon:futurepack:<minecraft version>-<futurepack version>:api") // compile against the Futurepack API
runtimeOnly fg.deobf("redsnakegames.mcenderdragon:futurepack:<minecraft version>-<futurepack version>") // at runtime, use the full Futurepack jar
//if it sais forge is missing as dependency, try to add { transitive = false } ; this is fixed with newer futurepack versions
//example
//runtimeOnly fg.deobf("redsnakegames.mcenderdragon:futurepack:1.16.4-31.2.6872")
//compileOnly fg.deobf("redsnakegames.mcenderdragon:futurepack:1.16.4-31.2.6872:api")
}
Futurepack Translation Project
Futurepack Mod (Minecraftforum)