Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 2 years ago
Updated 3 months ago
All versions
1.3.7-neoforge+mc1.21.1
Release
touhoulittlemaid-1.3.7-neoforge+mc1.21.1last year 9,264
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Maid Mod 1.3.7 Update Log
🤖 AI System Optimization
AI Dialogue Function Fixes
- Communication Protocol Upgrade: Switched to HTTP 1.1 for AI dialogue communication to resolve connection errors caused by some sites not supporting HTTP 2.0 (#833)
- Context Handling Optimization: Improved the logic for sending AI conversation history to avoid 500 errors caused by the first sentence being a tool role
AI Performance Improvements
- Dropped Item Detection Optimization: When maids harvest crops, they now intelligently detect the number of dropped items within their working range. If there are more than 8, they will automatically stop working and give a prompt to prevent excessive item accumulation
- Retrieval Performance Boost: Optimized the algorithm for maids to search for nearby dropped items, reducing server performance consumption by about 3%
🛠️ Feature Enhancements
Maid Gravestone System Optimization
Thanks to contributor: QiChenSn
- Smart Prompt: Gives a clear message when the player's inventory is full
- Force Retrieve: Supports Shift + Click to forcibly retrieve items regardless of inventory space
Broom Flight System Overhaul
- Control Experience Optimization
- Greatly reduced broom inertia and vertical shaking, significantly improving control convenience
- Improved collision detection to fix getting stuck in blocks when riding
- Control Method Improvements
- Space and Shift keys control vertical ascent/descent
- Dismount shortcut changed to C key to avoid accidental crashes
- Functionality Enhancements
- When the maid is not on the broom, players can still press E to open the inventory
- Supports speed effect bonus; broom speed increases when the player has a speed effect
- Switching maid work modes while riding no longer causes the maid to dismount
- Developer Support: Added broom control interface for easier integration with other mods (Note: Not compatible with the old Maid Useful Task mod)
New Content
- Colored Bed System (Thanks @kang)
- Added 6 new bed colors: white, black, yellow, blue, green, purple (pink is the original color)
- Beds can be dyed using corresponding dyes
- Command Extensions
/tlm maid <maid> no_ai true/false: Toggle maid AI; set to true to keep the maid stationary/tlm maid <maid> xp <count>: Directly set maid experience points
🔧 Bug Fixes
- Changed yaml to shadow jar and relocated to avoid package name conflicts with other mods
Storage & Synchronization
- Shrine System Fix: Fixed storage and sync issues with shrines; film storage no longer malfunctions (Thanks: QiChenSn)
- Inventory Compatibility: Fixed issue where items were not consumed when right-clicking a boat with a cushion
UI & Interaction
- Config UI Stability: Fixed crashes in the in-game maid config interface
- Animation & Posture: Fixed maids remaining in swimming posture when moving from water to a cushion or boat
Work Mode Fixes
- Honey Collection System: Fixed bug where honey level was incorrectly obtained from air in honey collection mode
- Attribute Retention: Fixed some potion effects disappearing abnormally after maid death
🔗 Mod Compatibility
New Compatibility
- Inventory Tweaks - ReFoxed: Fixed item duplication bug
- Ponder Mod: Supports querying altar placement rules
- Sophisticated Backpacks: Backpacks with XP pumps and tanks can right-click to extract maid XP
- Sannomiya Story: Supports rice harvesting via new ISpecialCropHandler interface (manual planting required)
Security Improvements
- Attack Protection: Snowballs thrown by maids will not be attacked by mobs (e.g., Iron Golems)
🎯 1.21.1 Version Adaptation
Thanks to contributor: QiChenSn
- Fixed data reading error when placing shrine lantern items
- Fixed rendering disappearance of chessboards and entertainment blocks at special angles
- Planting Logic Optimization: Fixed abnormal behavior of sugarcane being planted in water
- Leash Functionality: Restored normal support for leashes
- Immersive Melodies & Simple Hat: Added compatibility support
- Carry On Mod: Prevented picking up maid mod blocks to avoid accidental movement
🛡️ Security & Configuration
Food Safety System
- Global Blacklist: Added
#touhou_little_maid:maid_eat_blocklist_itemitem tag - Dangerous Item Protection: Added Sannomiya Story chili to the food blacklist to prevent maids from dying from accidental consumption
📝 Developer Updates
API Extensions
- Event System:
MaidAndItemTransformEvent: Maid and item transformation eventMaidWirelessIOEvent: Maid wireless item transfer event
- Interface Design: Added
ISpecialCropHandlerinterface to simplify special crop planting logic
🌍 Localization Updates
- Updated multi-language support: Japanese, Traditional Chinese, Vietnamese, Indonesian, and more
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| touhoulittlemaid-1.3.7-neoforge+mc1.21.1-sources.jar | Unknown | 17.55 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:hWYgzsHb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:R0bDWFAW:hWYgzsHb"
}

