Tags
Creators
Details
1.3.0
Compatibility
Changes
CraftyAI 1.3.0 is here โ a big step forward.
New
- NeoForge support for Minecraft 26.x โ CraftyAI now runs on the modern NeoForge loader for MC 26.x, alongside Fabric 26.x.
- Agentic actions for everyone โ healing, time/weather, item give, teleport and block scanning are available on all tiers, not just Pro.
- Chat-based scheduled tasks โ ask the AI to set a recurring task (remind the server every morning at 9am) and it runs on schedule.
- One-shot delayed actions โ teleport me in 10 seconds now works as a timed action.
- Block scanning โ ask the AI to scan the area and it reports what is around you.
- Automatic API key minting โ new servers get a working connection key automatically on first start; no dashboard needed.
- Discord server linking โ link your Minecraft server to your Discord account with /link.
- Offline mode โ singleplayer worlds and offline servers get a local fallback brain, with questions saved locally that can be replayed once your connection is restored.
Platforms
- Spigot / Paper / Purpur / Folia โ MC 1.8+
- Fabric โ MC 1.20.4 to 1.21.x
- Fabric 26 โ MC 26.x
- Forge โ MC 1.20.4 to 1.20.6
- NeoForge โ MC 26.x (new!)
Install the jar that matches your server, restart, and an OP can type /crafty apikey to get connected. Chat with the AI using @crafty <message>.
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:j3Y6To8i"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XOFIR6bb:j3Y6To8i"
}

