
Universal Compass
A single compass that searches for biomes, structures, and mobs. Right-click to open the GUI, switch between biome/structure/mob tabs, pick a target, and it points the way. Works standalone with zero hard dependencies; optionally faster with BiomeSpy.
1.1.0
Compatibility
Changes
万界罗盘 1.1.0
新增
- 同名条目命名空间后缀消歧:多个模组用同一中文名注册了不同条目时(如不同模组的「沙漠村庄」),列表名称后加
[命名空间]后缀,便于准确选到真正生成的那一个 - 界面页签记忆:重开搜索界面会自动回到上次选中的标签页(群系 / 结构 / 生物 / 已知地点 / 已知生物)
- 列表名称中文化增强:显示优先级改为「中文别名(含各模组 zh_cn)→ I18n → 英文路径」,原版与带汉化模组稳定显示中文
- 稳定模式开关:可切换为原版
/locate同款算法,作为默认候选环搜索搜不到时的可靠兜底 - 列表来源信息:标记每个群系 / 结构的来源模组
修复
- 搜索框文字垂直偏移、光标与清除按钮显示问题
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:DOoOrLcc:Ic6QKjZD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DOoOrLcc:Ic6QKjZD"
}
