Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
All versions
fabric-1.19.2-0.19.0
Beta
b0.19.03 years ago 5,309
Compatibility
Minecraft: Java Edition
1.19.1–1.19.2
Platforms
Fabric
Quilt
Supported environments
Server-side
Client and server
Required content
Unavailable version
Unavailable version
Changes
- Added API for implementing non-default party systems for the claims part of the mod.
- Added built-in Argonauts support.
- Added built-in FTB Teams support.
- Fixed any errors during server initialization being replaced by a much less useful error.
- Moved the "permissionSystem" option in the main config. You might have to reconfigure it.
- Fixed LuckPerms-related crash on server stop.
- Added hanging entity (e.g. item frames, paintings) protection against collision with other entities (e.g. boats breaking item frames).
- Added entity protection against being put into boats. This includes an optimization for boat collision handling, which you can toggle in the main config with "reducedBoatEntityCollisions".
- Fixed Create toolboxes not being protected. Requires updating the extension on Fabric.
- Added entity protection against potato cannon hit effects, e.g. being set on fire by a baked potato. Requires updating the extension on Fabric.
- Improved how the positions of static fake players are fetched, fixing compatibility with some mods, e.g. Ars Nouveau.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| open-parties-and-claims-fabric-1.19.2-0.19.0-sources.jar | Unknown | 833.45 KiB |
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:Rfoxgtqm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gF3BGWvG:Rfoxgtqm"
}

