Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated 4 days ago
All versions
fabric-1.21.5-0.27.7
Beta
Open Parties and Claims 0.27.73 weeks ago 159
Compatibility
Minecraft: Java Edition
1.21.5
Platforms
Fabric
Quilt
Supported environments
Server-side
Client and server
Required content
Changes
- Fixed crash on Xaero's World Map when player claim info is not synchronizing or takes a very long time and somebody claims a chunk.
- (1.21.5+) Corrected the entity ID for splash potions in the default main config. Won't apply to existing configs though.
- (1.21.1) Disabled Create Fabric support on this MC version because the mod doesn't exist and it only causes issues at the moment.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| open-parties-and-claims-fabric-1.21.5-0.27.7-sources.jar | Source jar | 1.11 MiB |
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:gF3BGWvG:KrcmeLeN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gF3BGWvG:KrcmeLeN"
}


