Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
All versions
neoforge-1.21.1-0.25.10
Beta
0.25.104 months ago 37.4K
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Server-side
Client and server
Changes
- Fixed watchdog crash when claims take too long to load.
- Added more default exception groups for blocks. Doesn't apply to existing configs.
- Added a default item-use exception for music discs, applies to existing configs as well.
- Removed protection from some block replacement actions on Forge which caused issues such as item dupes.
- Fixed mixin crash with Optifine.
- Fixed deployers in newer Create versions not working in protected chunks that aren't owned by a player, e.g. server claims.
- Added Create clipboard edit protection.
- Fixed whether claim replacement is in progress not being checked when claiming an area (using a map mod), like it was when using commands.
- Fixed the label about the current sub-config being in the process of being deleted overlapping with other UI elements.
- (1.20.1+) Fixed protection message spam when hovering over a shop table cloth from the Create mod.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| open-parties-and-claims-neoforge-1.21.1-0.25.10-sources.jar | Source jar | 866.58 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:g5OOSal5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gF3BGWvG:g5OOSal5"
}

