All versions
1.2.0
Release
Sable Quota 1.2.02 weeks ago 359
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Server-side
Singleplayer
Changes
Sable Quota 1.2.0
Added
- Added
/sablequota delete <structure-uuid>structure management command. - Added UUID-based deletion support for loaded and unloaded Sable structures.
- Automatically cleans up entities, plots, force-load tickets, stored data, and quota records when deleting structures.
- Added bilingual command feedback and error messages.
Improvements
- Improved structure lookup by prioritizing cached dimension data and Sable storage references to reduce unnecessary disk scans.
- Refactored compatibility modules by separating core quota logic from Create / Simulated integrations.
- Improved stability when optional mods are missing or their internal implementations change.
Fixed
- Fixed a crash caused by null separating axis during Create continuous OBB collision checks.
- Prevented optional compatibility mixins from affecting core functionality.
Misc
- Updated README with detailed information about features, installation, configuration, commands, API, and data management.
- Clarified that the mod is server-required and client-optional. Create collision fixes require installation on the corresponding side.
- Updated version to
1.2.0.
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:r9kp4TPj:mW4rWkjF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:r9kp4TPj:mW4rWkjF"
}

