航标是一个本地优先的 Minecraft Baritone 图形控制器。它通过 Tauri 桌面应用和 Fabric 客户端桥接模组,让导航、采集、跟随和任务控制变得直观,同时把控制通道限制在本机回环地址。
Beacon is a local-first graphical controller for Minecraft Baritone. A Tauri desktop app and a Fabric client bridge make navigation, mining, following, and task control accessible while keeping the control channel on the local loopback interface.
- 坐标导航、方块采集、玩家跟随,以及暂停、继续、取消和紧急停止。
- Coordinate navigation, block mining, player following, plus pause, resume, cancel, and emergency stop.
- 实时显示玩家、路径和任务遥测;支持自动重连及离线演示模式。
- Live player, path, and task telemetry with automatic reconnection and an offline demo mode.
- WebSocket 仅绑定
127.0.0.1,使用高熵配对令牌并在游戏端校验命令。 - WebSocket bound to
127.0.0.1only, protected by a high-entropy pairing token and server-side validation. - 目标环境:Minecraft Java Edition 1.21.11、Java 21、Fabric Loader 0.18.5、Baritone 1.17.0。
- Target environment: Minecraft Java Edition 1.21.11, Java 21, Fabric Loader 0.18.5, and Baritone 1.17.0.
安装包、桥接模组和校验文件见 GitHub Releases。完整安装说明请阅读中文文档,或查看 English documentation.
Prebuilt controller, bridge mod, and checksums are available from GitHub Releases. Read the English documentation or the Chinese documentation for full setup instructions.
航标是非官方社区项目,与 Mojang Studios、Microsoft、Fabric 或 Baritone 项目无隶属或背书关系。请遵守服务器规则。
Beacon is an unofficial community project and is not affiliated with or endorsed by Mojang Studios, Microsoft, Fabric, or the Baritone project. Follow the rules of every server you join.
航标源码采用 MIT License。随仓库提供的 Baritone 构建采用 LGPL-3.0;详情见 THIRD_PARTY_NOTICES.md。
Beacon source code is licensed under the MIT License. The bundled Baritone build is licensed under LGPL-3.0; see THIRD_PARTY_NOTICES.md.