All versions
1.3.1
Release
AI Builder - Minecraft AI Assistant 1.3.1last month 250
Compatibility
Minecraft: Java Edition
1.20.4
Platform
Fabric
Supported environments
Client and server
Required content
Changes
v1.3.1
新增功能
- TXT 导出支持告示牌文字 — 导出选区为 TXT 格式时,完整保留告示牌正面和背面的文字内容(sign_text: front/back)
- API Key 有效性验证 — 进入世界和保存设置后自动检测 API Key 是否有效,提前发现配置错误
改进
- 容器内容物导出默认启用 — 移除导出 TXT 界面中的容器内容物选择按钮,导出时始终包含箱子、漏斗等容器内物品信息,简化操作流程
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:KfvrmiQh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NkhZnHWj:KfvrmiQh"
}

