Tags
Creators
Details
Licensed ARR
Published 2 months ago
Updated 2 days ago
All versions
1.3.1-hotfix-26
Release
CraftyAI v1.3.1-hotfix (Fabric 26.x)2 days ago 6
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Required content
Changes
CraftyAI v1.3.1-hotfix Release Notes
This update addresses keybinding updates, client commands, in-game menu crashes, and instant key setup for CraftyAI on Fabric.
Keybinding Updates
- Changed the default menu keybinding from K to M. Pressing M now opens the in-game settings screen, while V remains the default key for Vision Scans. Both keys can be re-bound anytime under your Minecraft Controls menu.
In-Game Commands for Fabric
- Added client-side command shortcuts for Fabric, including
/crafty apikey,/crafty api,/crafty key,/crafty settings,/crafty ask, and/crafty scan.
Settings Menu & Auto-Mint
- Added a 1-click "Auto-Mint Free Key" button inside the settings menu (key M or
/crafty settings). If you do not have an API key configured yet, clicking this button generates and sets up a free key for you instantly.
Bug Fixes
- Fixed an in-game screen opening crash on Minecraft 26.x / Fabric when opening the settings GUI.
Included Downloads
craftyai-fabric-1.3.1.jar— Fabric for Minecraft 1.20.4 through 1.21.xcraftyai-fabric-26-1.3.1.jar— Fabric for Minecraft 26.x
Documentation and guides: https://craftyai.pages.dev
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:XOFIR6bb:xspvwn9G"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XOFIR6bb:xspvwn9G"
}

