Tags
Creators
Details
Fabric-1.3.2-BETA
Compatibility
Required content
Changes
Major Changes
Optimized Output & Instruct Systems
The default output and instruct systems have been improved and optimized.
Compared to version 1.3.1 using the same default settings:
- Lower token usage
- Reduced AI hallucinations
- More consistent AI behavior
- Improved response stability
Results may vary depending on the AI model being used.
Recommended Prompt Recovery
Added a new Use Recommended Prompt button.
If CobbleBrain detects that the current output or instruct has been modified, the button will appear and allow players to quickly restore the recommended prompts for the current mod version.
Preferred Name System
Added a new Preferred Name configuration option.
Players can now choose the name the AI uses when referring to them during conversations and interactions.
New Commands
/cobblebrain feedback
Temporarily sends corrective feedback to the AI for the next few messages.
Useful when the AI says or does something incorrect or out of character.
/cobblebrain instructFeedback
Works similarly to /cobblebrain feedback, but also saves the feedback into the instruct configuration so the AI remembers it in future conversations.
Other Improvements
/cobblebrain guidenow includes a brief explanation for every available CobbleBrain command
Known Issues
/cobblebrain instructFeedbackcurrently does not work in multiplayer/online worlds
Bug Fixes
- Several bugs and stability issues were fixed
Optional dependencies
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:YSqiXLE3:1ZOZX8mY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YSqiXLE3:1ZOZX8mY"
}

