Links
Tags
Creators
Details
Licensed MIT
Published 4 months ago
Updated 3 days ago
All versions
1.4.1
Release
AI Builder - Minecraft AI Assistant 1.4.13 days ago 19
Compatibility
Minecraft: Java Edition
1.20.4
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
v1.4.1
新增功能
- AI 多轮工具调用(Agentic Loop) — AI 现在支持一次对话中连续多轮调用工具,可先查询环境、再依据结果决策并继续操作,完成更复杂的连贯任务。
- 地形查询工具
[QUERY_REGION]— AI 可主动查询指定区域的地形与方块分布,在建造前了解现场环境,让选址与衔接更合理。 - 查询玩家位置指令
find_player— AI 可获取玩家当前坐标,用于定位建造原点与相对偏移。 - 蓝图自定义放置原点 — 蓝图支持指定放置原点,可按玩家朝向做相对偏移,也可使用绝对坐标。
- 放置前编辑界面 — 放置结构前新增确认界面,可在放置前编辑原点坐标。
- 空气方块支持 — 空气可作为普通方块条目参与蓝图的保存与放置,便于清理和精确塑形。
- 选区分析按方块种类忽略 — 选区分析新增按方块种类忽略的选项,导出与统计更聚焦。
- 调试开关:打印工具返回值 — 新增可将工具返回值打印到聊天框的调试开关,便于排查 AI 工具调用。
改进
- 结构放置后统一方块更新 — 结构放置完成后对全部方块执行一次方块更新,清理非法放置并重算红石、朝向等连接状态,减少放置后的错误方块。
- 建筑生成提示词优化 — 完善入口与地面衔接规则,以及床头床尾摆放规范,让 AI 生成的建筑更符合实际游戏逻辑。
修复
- V2 蓝图负坐标解析 — 修复 V2 蓝图无法正确解析负坐标的问题。
- 流式模式指令执行结果丢失 — 修复流式输出模式下指令执行结果可能丢失的问题。
- AI 蓝图原点写死 — 保存 AI 生成蓝图前剥离
# origin:头部行,避免把原点写死到文件中。
文档
- 新增英文版用户手册
USER_MANUAL_EN.md,并在 README 添加版本徽章。
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:NkhZnHWj:9LsLYy0e"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NkhZnHWj:9LsLYy0e"
}

