
Compass Tweak│羅盤調整
Holding down the right mouse button while holding a compass will display the Position and Dimension it indicates; using the Recovery Compass will teleport the player to the location where they last died.│手持羅盤並按下滑鼠右鍵,即可顯示羅盤指向的位置和維度;使用回生羅盤會將玩家傳送到上次死亡的位置。
Tags
Creators
Details
1.0.1+1.21.11+mod
Compatibility
Required content
Changes
The speed will not be reduced when using the compass.│使用羅盤時不會被減速。
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:ej8faU74:5jxQe4c4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ej8faU74:5jxQe4c4"
}

