All versions
1.3.0
Release
1.3.0last year 236
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Any compatible version
Changes
:sparkles: New Features
6cd3dd2- usable (commit by @SettingDust)
:bug: Bug Fixes
81cb973- ftb team sync correctly (commit by @SettingDust)8fd9f25- use the local data if missing in database (commit by @SettingDust)887a496- fix errors for ftb (commit by @SettingDust)a1388c2- player don't save (commit by @SettingDust)d99010b- sync networks when change permission (commit by @SettingDust)1fb774d- avoid save unloaded data (commit by @SettingDust)65467d0- fix crashes syncing flux (commit by @SettingDust)dca79a3- fluxnetworks: concurrent modify networks (commit by @SettingDust)81c69dd- gamestages: save the data on time (commit by @SettingDust)3948ccd- memory leak (commit by @SettingDust)
:recycle: Refactors
6e3970b- using mongo (commit by @SettingDust)
:wrench: Chores
2684331- don't remove empty nbt (commit by @SettingDust)
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
Supplementary resources
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:ZYq4Dzbp:ulWsdhqN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZYq4Dzbp:ulWsdhqN"
}
