Tags
Creators
Details
1.6.0-1.20.x-UNTESTED-BETA-3
Compatibility
Changes
UNTESTED BUILD || BACKUP THINGS BEFORE USING!!
Making a full server / game backup is recommended, although this release shouldn't cause any major problems (Make sure to at-least backup your TPA++ configuration before using, as it comes with some breaking changes that may cause issues! Also, backup the .tpaplusplus folder inside the mods directory before using). It has not been extensively tested, however it comes with some refactors and rewrites to the code-base, some performance improvements, and some bug fixes (mainly fixing a bug causing TPA++ to completely crash a game when entering and exiting a world).
- This is pretty much just a TPA++ oriented build, currently no new Minecraft versions have been supported but I should be able to get another experimental build out soon with support for higher versions.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:QuPbmyCQ:mRuNJ4RO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QuPbmyCQ:mRuNJ4RO"
}

