Tags
Creators
Details
Licensed ARR
Published 2 months ago
Updated 3 days ago
All versions
1.2.0-beta
Beta
CraftyAI 1.2.0-beta2 months ago 67
Uploaded by
Compatibility
Minecraft: Java Edition
1.21–1.21.1
1.20.x
Platform
Forge
Supported environments
Server-side
Client and server
Changes
v1.2.0-beta "Orion" — Unblock Everyone
Theme: Tier is now purely a scale axis, not a feature axis. Vision, agentic tasks, and block scanning are free for all tiers.
New Features
- Auto-Mint API Key: Servers automatically generate a free API key on first startup — no Discord required
- Block Scanning: New
SCAN_BLOCKSaction — AI can scan nearby blocks and entities (radius: free=8, pro=16, enterprise=32) - Scheduled Tasks: New
SCHEDULE_TASKaction — create cron-based recurring events via chat (unlimited per tier) - Delayed Actions: New
DELAYED_ACTION— one-shot timers (1-300 seconds) for any agentic action - Custom Prompts: Pro-only feature — customize the AI's personality via
/crafty prompt set(1 change per 24h) - Server Linking:
/crafty link+ Discord/linkto link Minecraft servers to Discord accounts - Rate Limit Audit: Session-level rate limit tracking for forensic analysis
- Scan Context Feedback: After block scan, results are sent back to AI for informed decisions
Breaking Changes
- Memory limits removed: RAG memory is unlimited for all tiers (compactor handles eviction)
- Tier gates removed: Vision scanning, agentic tasks, and block scanning are free for all tiers
- added better compaction engine: now there might be some compaction and old memory issues but overall we tried our best to tackle them
- Config migration:
config_version: 3— automatic migration on first load
New Commands
/crafty apikey— Generate a new API key (auto-mint)/crafty pro status— Show current tier and expiry/crafty pro redeem <key>— Redeem a Discord-issued Pro key/crafty pro help— Show how to get a Pro key/crafty link— Link server to Discord account/crafty prompt view— View current custom prompt (Pro)/crafty prompt set <text>— Set custom prompt (Pro, 1/day)/crafty help- learn how commands works
Tier Model (Updated)
| Tier | RPM | Requests/Day | Tokens/Day | Custom Prompts |
|---|---|---|---|---|
| Free | 30 | 100 | 50K | No |
| Starter | 100 | 1,000 | 500K | No |
| Pro | 200 | 5,000 | 2.5M | 1 change/24h |
| Enterprise | 500 | 100,000 | 10M | Yes |
Compatibility
- Backward compatible with v1.1.x clients
- Fabric 1.20 now works on MC 1.20.4–1.21.1 (was 1.20.4–1.20.6)
- Fabric 26 (MC 26.x) compiles and runs on MC 26.1.2
- Forge compiles and runs on MC 1.20.4
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:K00a2S0y"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XOFIR6bb:K00a2S0y"
}

