Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 2 years ago
Updated 3 months ago
All versions
1.1.14
Release
touhoulittlemaid-1.19.2-release-1.1.142 years ago 2,087
Compatibility
Minecraft: Java Edition
1.19–1.19.2
Platform
Forge
Supported environments
Client and server
Changes
1.1.14 Update Log
Fixes
- Fix Chinese language file translation (thanks @mc开始下雪)
- Fix compatibility with C^2M, now chunk generation will not crash (thanks: @Mgazul)
- Fix rare crash when maid uses crossbow (thanks: @Mgazul)
- Fix misalignment of fishing line rendering under oculus (thanks: @MaydayMemory)
- Fix compatibility with JEI, now the item icon of maid mod will not be lost when using the new version of JEI
- Fixed the client freeze problem caused by maid mod rendering after long idle time
- The maid's damage logic now considers the Minecraft team function. People in the same team will not be harmed by the maid, nor can they cause normal damage to the maid
- Change model loading to SPRL asynchronous loading to avoid the unresponsive problem caused by loading models under multi-mod integration (thanks @lcy0x1)
- Fixed a small probability crash when loading model packages
- Added a determination of tombstone generation to kill to fix the possible maid loss problem
- Fixed the problem that the 1.21.1 configuration file is not saved
- Reduced the number of faces of the Hanfu version zhiban fox model to reduce the rendering jam problem caused by it (thanks: @就叫纸板)
- Fixed the conflict with the Farmer's Delight tomato planting, and now harvesting tomatoes will not destroy the rope
- The maid will remove all potion effects when resurrecting
New
- Compatible with Immersive Melodies (only 1.20.1)
- Added ladder climbing function, now maids can actively climb ladders (Azumic)
- Added swimming function, now maids can actively swim (Azumic)
- Maids can now actively use shields, and will use off-hand shields to block projectile damage (Azumic)
- Fixed the error of adding air to the backpack tooltip
- Added trident function, maids can now actively use tridents to attack hostile creatures (Azumic)
- Added name prefixes for figures and cushions for easy search (Crystal1921)
- Comprehensively modified the attack range of bow, crossbows, tridents, danmaku, and gun task. Now you can customize a large range to attack
- Added Legacy4J mod language file support, now using Legacy4J mod will give some prompts (thanks: CrystalizedSun)
- Added server configuration function, you can turn on maid entity AI time detection, which is used by server owners to determine which maids cause server lag
- Now when the player sits on a vehicle, the attached maid will also ride at the same time, and the same is true when leaving (Azumic)
- Maids can now temporarily remember off-hand items and restore the previous holding state after eating food (Azumic)
- Added a new tag, which works with the configuration file to set the items that can tame maids
- Added more cakes, compatibility with cakes in the Kawaii Dishes mod
- Fairy maids are now compatible with Spawn Animation Mod animation
- Updated altar model and maid fairy model (thanks: CrystalizedSun)
- Updated default maid model package and corrected many contents (thanks: Xiaohezi, CrystalizedSun, FumyLover)
- Updated French, Japanese, Korean, Spanish, Portuguese, Vietnamese translations
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:1Nprt0rJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:R0bDWFAW:1Nprt0rJ"
}

