All versions
2.1.0
Release
Sable AABB Fix 2.1.03 months ago 8,441
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Dedicated servers only
Changes
CRITICAL FIXES:
- ✓ Fixed TNT blocking on sublevel - now works correctly
- ✓ Added entity type filtering - fix only applies to players and mobs
- ✓ Server-side only execution - prevents client-side synchronization issues
- ✓ Increased default teleport threshold from 1000 to 5000 blocks
- ✓ Expanded config range: 100-50000 blocks (was 10-10000)
IF YOU HAD ISSUES WITH v2.0.0:
- Delete old config: config/sablefix-common.toml
- Install sablefix-2.1.0.jar in mods/ folder
- Start server - new config will be created automatically
CONFIGURATION:
config/sablefix-common.toml
[create_compatibility]
-
enableCreateFix = true # Enable/disable fix -
maxSafeTeleportDistance = 5000.0 # Teleport threshold (100-50000) -
logBlockedTeleports = true # Log blocked teleports
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:RWDZX4wK:nvo7N9tK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RWDZX4wK:nvo7N9tK"
}

