Tags
Creators
Details
3.1.0
Compatibility
Changes
Updated /jump command:
- New optional boolean argument -
checkForBlocks. Iftrueanddistanceis given, it will check for blocks in the way; if there are, it will teleport you to the block, even if the givendistanceis greater than the final teleport distance. The default isfalse, which means it will just teleport you forward at the specified distance. - Raycast distance has been increased: by simply typing
/jumpyou can now teleport even further than before (note that the distance increases with your render distance). This doesn't apply to Minecraft 1.20.1 and below.
New config value: jumpDistanceLimit
Maximum distance for the /jump command. Players will not be able to teleport further than this value. If set to 0, there is no limit for the distance argument, and the default formula will be used if the distance argument is empty.
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:lIRUH8gT:6tUoU3Ja"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lIRUH8gT:6tUoU3Ja"
}

