Tags
Creators
Details
1.2.2
Compatibility
Changes
-
Greatly optimized model rendering and animation calculation, and compatible with Sodium and other mod (author: MoePus)
- The rendering performance of the YSM-style maid model in versions 1.20 and 1.21 has been improved by more than double
-
Pathfinding optimization (author: zxy19):
- Adopting an improved pathfinding algorithm, the pathfinding time is greatly reduced. Now there will be no high delay even when planting cocoa beans
- Optimized the pathfinding algorithm for ladders and swimming. Now the switching between ladders and swimming is smarter
-
Correction of swimming problems (author: zxy19):
- Now the maid can go ashore normally
- Optimized the maid's swimming AI. Now when the oxygen value is insufficient, the maid will actively look for the surface of the water to breathe
-
AI dialogue optimization
- Support Player2 App AI Dialogue call
- Support GPT-SoVITS TTS
- Support calling system TTS
- Optimize prompt words and add more context
- Fixed the JSON output error of DeepSeek, support DeepSeek V3 model (does not support deep thinking model R1, R1 is not suitable for short dialogue)
- Significantly increase the token and output word limit, the maid can now speak long and difficult sentences
- Add STT speech to text function (need to cooperate with Player2 App), press the
Xkey (default, can be modified) to talk to the nearest maid within 12 blocks
-
Now the maid can also follow the master to teleport when unloading chunks (thanks: Snownee)
-
Add maids to the petrification blacklist of the Ice and Fire mod
-
The player's power point drop now considers the vanilla
KeepInventoryrule -
Fixed the fake player problem and prohibit fake players from interacting with maids
-
Fixed the issue where the manual could not be opened after some altar recipes were deleted
-
Updated Japanese, Vietnamese, Russian, and Traditional Chinese translations
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| touhoulittlemaid-1.19.2-release-1.2.2-sources.jar | Unknown | 16.73 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:owv33L2M"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:R0bDWFAW:owv33L2M"
}

