Links
Tags
Creators
Details
1.2.1
Compatibility
Changes
Added / 新增
[+] 锚定指引针绑定磁石后自动还原为追溯指针,不再消耗 / Anchor Guide Compass converts back to Recovery Compass after binding (no longer consumed)
[+] 锚定指引针右键点击已绑定的激活裂隙重生锚可还原为追溯指针(解除绑定)/ Anchor Guide Compass right-click on bound active anchor can revert to Recovery Compass (unbinds lodestone)
[+] 配置项 enableCompassBidirectionalConversion 控制双向转换开关(默认启用)/ Configuration option enableCompassBidirectionalConversion to enable/disable bidirectional compass conversion (default: true)
Changed / 更改 [~] 锚定指引针使用后不再消失,启用配置时始终返还追溯指针 / Anchor Guide Compass no longer disappears — always returns a Recovery Compass when config enabled
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:FsaixpqS:oWqWH2Va"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FsaixpqS:oWqWH2Va"
}

