All versions
0.0.3
Release
Sable RTP-0.0.3-1.21.14 days ago 10
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
📦 Version 0.0.3
- Fixed Teleport cooldown was calculated by subtracting milliseconds from a seconds value, so it expired almost instantly instead of respecting
teleportCooldownSeconds. - Fixed Cooldown was cleared on logout, letting players bypass it by relogging; it's now stored persistently and survives restarts.
- Fixed Requesting
/sablertpwhile a teleport was already pending started a second search instead of being rejected. - Fixed Ground vehicles and airships could land partially inside the terrain, since the destination Y wasn't adjusted for the contraption's offset.
- Fixed
groundClearanceconfig option was defined but never actually used by the safety check. - Fixed Running
/sablertpfrom console or a command block threw an error instead of a proper message. - Fixed Safety checks identified trees and plants by reading block display names, which broke on non-English servers and modded blocks; now uses block tags.
- Fixed Negative X/Z coordinates were truncated incorrectly, causing off-by-one errors when searching west/north of the origin.
- Fixed Config values were cached at startup, so editing the config or reloading had no effect until a restart.
- Fixed Only tracked players were moved with the ship; mobs, pets, and other entities on board could be left behind.
- Added Destination search now runs asynchronously across ticks instead of blocking the server thread, removing the freeze that could occur when teleporting into ungenerated terrain.
- Added
minTeleportRadiusconfig option to prevent teleporting too close to the starting location. - Added Configurable search origin (world origin, world spawn, or current position).
- Added Per-dimension blacklist to disable
/sablertpin specific dimensions. - Added
/sablertp cancelto cancel a pending search or warmup. - Added Teleport warmup now counts down in server ticks rather than wall-clock time, and all messages are localized.
- Changed All messages now use translation keys instead of hardcoded text, for full lang file support.
Support for issues: Discord
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:C5jLBOrf:axBZHH6G"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:C5jLBOrf:axBZHH6G"
}

