Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 2 years ago
All versions
1.5.3-neoforge+mc1.21.1
Release
Touhou Little Maid 1.5.3-neoforge+mc1.21.12 months ago 179.3K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
1.5.3 Update Log
- Added a fallback for agent asynchronous tool calls to ensure the final result is always returned on the main thread.
- Fixed a memory leak caused by circular references in the Backpack Cache (#1096), thanks to @CentaureaHO.
- Added compatibility for Traveler's Backpack.
- Fixed two site issues:
- Fixed compatibility issue with the DeepSeek site; it now supports the new v4 API.
- Fixed compatibility issue with the Fish Audio site; TTS will no longer trigger a 400 error.
- Modified the default LLM site prompt to instead direct players to register for a DeepSeek account.
- Modified the context compression mechanism: changed from detecting conversation rounds to detecting tokens, significantly improving coherence in long tasks.
- Corrected some prompts.
- Corrected molang for default models.
- Updated some translations (#1094).
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| touhou-little-maid-1.5.3-neoforge+mc1.21.1-sources.jar | Source jar | 20.62 MiB |
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:R0bDWFAW:tXG1TkGx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:R0bDWFAW:tXG1TkGx"
}

