Tags
Creators
Details
Licensed Apache-2.0
Published 6 months ago
Updated 5 months ago
All versions
1.5.1
Release
MineClawd 1.5.15 months ago 782
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Server-side
Client and server
Changes
[1.5.1] - 2026-02-26
Added
- Added an in-overlay
Retrybutton for modded clients after LLM request failures, so you can retry directly without manually typing/mineclawd retry <token>.
Fixed
- Fixed client mod detection failing on dedicated servers, causing all GUI features to fall back to chat-text mode for clients that have the mod installed.
- Fixed dedicated-server packet sync crashes (
CustomPacketPayload$Typenull) that broke GUI sync and showedunexpected errorwhen opening config. - Fixed config GUI behavior on dedicated servers so it now loads and edits server config values; client-only settings (such as
Enable GUI) remain local. - Fixed resumed-session continuity so requests now use the session history provider when needed, preventing "memory lost" after selecting a session in the overlay.
- Fixed
apply-instant-server-scriptpayload decoding on dedicated servers, including KubeJS class-filter compatibility during UTF-8 decoding. - Added always-on server-side logging for agent conversations, tool calls, and tool results (previously all logging was gated behind debug mode).
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:RWXmIPlB:7MKorIr9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RWXmIPlB:7MKorIr9"
}

