Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
All versions
fabric-1.19.2-0.15.0
Beta
b0.15.04 years ago 683
Compatibility
Minecraft: Java Edition
1.19.1–1.19.2
Platforms
Fabric
Quilt
Supported environments
Server-side
Client and server
Required content
Changes
WARNING! This update significantly changes how item/block protection works and there is a good chance you might need to add new exceptions for your server/modpack.
- All axes, hoes and pickaxes are now default exceptions to item right-click use protection, both at air and at non-protected blocks. If one of your modded item of these categories requires protection, add it to the additional banned items option. Such items are often pickaxes with right-click (explosive) effects.
- Interacting with protection exception blocks no longer requires an empty hand if the item you're holding is a protection exception as well.
- Added a new block protection exception prefix (hand$ or force_hand$) for making interaction exceptions that always require an empty hand.
- Items in the additional banned items config option are now also blocked from item->block usage in the chunks neighbouring the claim (if neighbour item protection is enabled).
- Item use protection exceptions now also apply to item->block uses if the block is also an exception.
- Fixed spectators not bypassing claim protection.
- Added a default block protection exception in the server config for crafting tables. Add it manually, if you've used this mod before.
- Improved the comment for the "Allow Some Block Interactions" player option.
- Added a new server config option for completely disabling specific item interactions across the server.
- Added a new server config option for completely disabling speficic entity interactions across the server.
- Added a new server config option for completely disabling speficic block interactions across the server.
- Optimized autosaves of a lot of large units.
- Optimized client synchronization of very large parties.
- Optimized removal of very large parties.
- Fixed a potential crash from claim client synchronization delays.
- Fixed party ally removals not being synced to clients.
- Added a default exception for the firework rocket use.
- Added block/entity/item tag support (using the # prefix) to all of the block/entity/item list options in the server config file.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| open-parties-and-claims-fabric-1.19.2-0.15.0-sources.jar | Unknown | 708.66 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:as9L1X8A"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gF3BGWvG:as9L1X8A"
}


