Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
All versions
forge-1.20.1-0.23.0
Beta
b0.23.02 years ago 8,328
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platform
Forge
Supported environments
Server-side
Client and server
Changes
- Improved item use protection, which should now also protect held item use when entering a chunk and item use on release.
- Added projectile impact protection. It is considered a non-break/non-attack interaction first for exception purposes.
- Expiration checks will now always run on server start and only then wait the configured interval.
- This update will reset all party/claim expiration timers to avoid problems they could cause when coming from older versions.
- Added some necessary null checks, which fix a crash when pondering Create fluid pipes.
- Fixed an item dupe when playing with the Create mod.
- Fixed crash when a dimension removed from the server still has forceloaded claims.
- Fixed mob item toss protection affecting mob loot when there's a separate option for that.
- Fixed position-specific entity interaction protection not working in some cases, e.g. when using Arclight.
- Fixed duplicate translation keys for 2 server config options.
- Some general refactors/rewrites.
- (Forge) Fixed contraption minecart placement not being handled properly.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| open-parties-and-claims-forge-1.20.1-0.23.0-sources.jar | Unknown | 790.22 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:Bsb5tUDh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gF3BGWvG:Bsb5tUDh"
}

