Tags
Creators
Details
6.2.0+1.21
Compatibility
Required content
Changes
-
using recall staff on lodestone makes it calibrated:
Calibrated staff:
- teleports to lodestone's location
- has higher cost (configurable)
- won't teleport if lodestone was replaced
- won't teleport if player's level is too low (configurable)
- can be used on grindstone (shift + rmb) to revert calibration
Lodestone's position and dimension is stored in item, so you can hold many calibrated staffs teleporting to different locations
Wooden staff cannot be calibrated
-
nausea is shorter and is applied only after teleport
-
portal effect when using staff
-
2 new block tags: 'calibrates_recall_staff' and 'reverts_recall_staff_calibration'
- you can calibrate and revert calibration with any block if you wish
- you can add the same block to both tags if you wish to calibrate and revert calibration with the same block
-
corrected polish translation
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:KWmMCBIr:lv1WbdXF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KWmMCBIr:lv1WbdXF"
}



