All versions
1.0.0
Release
OreDetector1 1.0.07 months ago 3,332
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1–1.20.6
Platform
Forge
Supported environments
Client and server
Changes
矿石探测器(Ore Detector)—— Minecraft 1.20.1 Forge 模组
矿石探测器是一款专为Minecraft 1.20.1 Forge开发的高效采矿辅助模组。它以高科技探测设备为核心,彻底革新了传统采矿的盲目性,帮助玩家精准定位地下各类矿石资源,让采矿作业更科学、更高效。
核心功能
🔎 精准矿石探测系统
- 灵活手持探测:主手装备矿石探测器,副手携带目标矿物(原矿、粗矿、精炼锭均可),右键即可启动探测
- 全维度覆盖:支持主世界、下界、末地三大维度的矿石搜索,跨维度切换时自动触发维度检测并给出提示
- 多形态识别:智能匹配原矿方块(含精准采集掉落物)、粗矿物品、精炼矿物锭等多种形态
- 广域范围扫描:单次探测覆盖3x3区块(48×48格),无需反复移动即可完成区域排查
- 冷却与耐久:2秒使用间隔防止滥用,每次探测消耗耐久度,避免无限制使用
🎇 沉浸式可视化高亮
- 透视高亮显示:透过方块直接呈现地下矿石的发光轮廓,无需破坏方块即可定位
- 专属颜色编码:每种矿石对应独特的高亮边框颜色,快速区分煤矿、铁矿、钻石矿等
- 动态视觉效果:高亮边框自带呼吸灯式脉动效果,粒子向玩家方向飘动形成指引路径,提升辨识度
- 性能友好优化:限制渲染数量,避免大量高亮和粒子效果导致游戏卡顿
⚙️ 智能辅助与持久化
- 智能排序算法:模糊匹配物品名称识别矿石类型,探测结果按距离由近到远排序,优先显示最近资源
- 状态持久化:探测器的使用状态、已发现矿石信息持久化保存,重启游戏后不丢失
- 实时状态更新:持续监控已发现矿石的状态,矿石被挖掘后自动从高亮列表中移除
- 多语言本地化:完整支持中英文显示,操作反馈和状态提示清晰易懂
快速使用指南
- 获得矿石探测器后,主手持有该设备
- 副手放入目标矿物(如铁矿石、钻石、远古残骸等)
- 右键触发探测,等待2秒冷却后可再次使用
- 观察地面出现的对应颜色高亮边框和粒子指引,定位矿石位置
支持矿石列表
- 主世界原版矿石:煤矿石&深层煤矿石、铁矿石&深层铁矿石、金矿石&深层金矿石、钻石矿石&深层钻石矿石、绿宝石矿石&深层绿宝石矿石、红石矿石&深层红石矿石、青金石矿石&深层青金石矿石、铜矿石&深层铜矿石
- 下界专属矿石:下界石英矿石、下界金矿石、远古残骸
- 支持形态:原矿方块(精准采集掉落)、粗矿物品、精炼矿物锭
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:NCgLQaxq:OtIOtC9n"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NCgLQaxq:OtIOtC9n"
}

