Open
Conversation
- 娣诲姞 autosaveforForge 妯″潡锛氶潻鍛芥€х殑鑷姩鍖栧畯浠g爜鎵ц绯荤粺 - 鏍稿績鍔熻兘锛? * 鑷畾涔夊畯璇█锛屾敮鎸佸嚱鏁般€佹潯浠惰鍙ャ€佸惊鐜? * 鏃犵紳闆嗘垚 Baritone 璺緞鏌ユ壘 * Web 绠$悊鐣岄潰锛堢鍙?8079锛? * 鏂囦欢鐩戝惉鑷姩閲嶈浇 * 鏅鸿兘鍛戒护鍐茬獊妫€娴? * 鍩轰簬娓告垙鏃堕棿鐨勫畾鏃朵换鍔?- 鍏朵粬鍔熻兘锛? * 鐘舵€佺洃鎺ф湇鍔″櫒锛堢鍙?8083锛? * 鑱婂ぉ鐩戞帶鏈嶅姟鍣紙绔彛 8081锛? * 鏈嶅姟鍣ㄤ俊鎭?API锛堢鍙?2000锛? * 鑷姩鐫$湢鎺у埗 * 姝讳骸鑷姩鍋滄浠诲姟 * 鎬ц兘浼樺寲 - 鏇存柊 README.md锛屾坊鍔?V3.0 鏇存柊璇存槑鍜岀ず渚嬩唬鐮?- 娣诲姞 FanMacrodoc.md 瀹忚瑷€瀹屾暣鏂囨。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 V3.0 更新:添加 Forge 自动化宏系统
新增功能
核心功能:自动化宏代码执行系统
其他功能
技术实现
autosaveforForge模块(Minecraft 1.20.1 + Forge 47.4.12)MacroParser.java- 宏文件解析器MacroExecutor.java- 宏执行器BaritoneTaskManager.java- 任务管理器MacroWebServer.java- Web 管理服务器StatusHttpServer.java- 状态监控服务器ChatMonitorServer.java- 聊天监控服务器ServerInfoAPI.java- 服务器信息 APIDoCommandHandler.java-/do命令处理器文档
README.md,添加 V3.0 功能说明和示例代码FanMacrodoc.md,宏语言完整文档示例
演示视频:https://web.xiaofansmp.cc/video/VID_20251201_021329.mp4
使用方式
.minecraft/mods/目录.minecraft/config/do/目录创建.txt宏文件/do <宏名>命令或访问http://localhost:8079启动宏相关文件
autosaveforForge/- 新增 Forge 模组目录README.md- 更新项目文档autosaveforForge/FanMacrodoc.md- 宏语言文档注意:此 PR 添加了新的 Forge 模组模块,不影响现有的 QQbot 和 Fabric 模组功能。