Links
Tags
Creators
Details
All versions
1.6.4
Beta
Open Parties and Claims: Warfare 1.6.43 weeks ago 647
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.1–1.21.11
Platform
NeoForge
Supported environments
Server-side
Client and server
Required content
Unavailable version
Changes
1.6.4
Added
- Added a separate
/claimrules assemblyrule for Create and optional Sable contraption assembly. - Added assembly status/toggle permissions and a dedicated Claim Rules GUI control.
- Added optional Sable
2.0.3assembly protection compatibility.
Changed
- Kept
/claimrules createfor Create and Offroad drills and saws only. - Create and Sable assembly now validates all eight source AABB corners when a structure reaches claims; all corners must be peaceful claims of one side with assembly enabled.
- Fully unclaimed structures remain assemblable, while active contested-war chunks retain their previous behavior.
- Existing
createsettings and cooldowns are copied to the newassemblyrule on first upgrade. - Updated the optional claim-rules GUI protocol to version 2 and documented keybind reassignment through Minecraft controls.
Optional dependencies
Unavailable version
Unavailable version
Unavailable version
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:kOE5HGwC:ogn6rW31"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kOE5HGwC:ogn6rW31"
}

