Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 2 years ago
Updated 3 months ago
All versions
1.1.11
Release
Touhou Little Maid 1.19.2 1.1.112 years ago 2,937
Compatibility
Minecraft: Java Edition
1.19–1.19.2
Platform
Forge
Supported environments
Client and server
Changes
- Change the style of the fairy maid. Now the maid fairy has 16 styles (corresponding to the vanilla 16 colors, author: @cyliamargatroid)
- The maid fairy has added sound effects, and the rabbit sound effect is used temporarily
- The danmaku fired by the maid fairy have different damage to the player depending on the difficulty of the game
- Compatible with Modular Golems Mod, now Modular Golems Mod can directly use Maid rendering
- Compatible with SlashBlade: Resharped, now it can be compatible with two SlashBlade Mod at the same time
- Compatible with TacZ mod, after installing TacZ mod, Maid will add gun mode, which can use guns very intelligently, please remember to prepare enough ammunition!
- Maid bullets cannot hurt their masters, and maids are immune to bullets
- Film, photo, and soul spell have fluorescent effects when dropped (author: Azumic)
- Added configuration options for maids to return containers after eating, and now maids can correctly return food containers from various mod (author: Azumic)
- Too many garage kit and cushions will be folded in the item interface of REI and EMI mod (author: Azumic)
- Added compatibility with REI and EMI mod, and now these two mod can also query the crafting table of the maid mod (author: Azumic)
- Fixed the picnic basket GUI interaction anomaly (the bug that items in special slot cannot be moved)
- Added Minecraft 15 Anniversary model, and added new creeper textures for cake boxes (author: @cyliamargatroid and @帕⾦伊)
- Completed some old models (author: @cyliamargatroid)
- Added some new models (author: @cyliamargatroid)
- Maids can now spawn in cages in pillager outposts Added tips for tombstones.
- The tombstone of a maid who is not yours will tell you how to clear it.
- Synchronize the vehicle animation of Yes Steve Model and TacZ animation
- Add a backup download source for the in-game model package to ensure the stability and speed of access (thanks to the PCL launcher author @宅魂Kill for providing the CDN download source)
- Fix some server crash issues in 1.20.1
- Replace the large backpack model (author: @Foky and @帕⾦伊)
- Players can pick up the maid using a saddle, and there will be related animations (arms carry)
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:ZobAv5cE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:R0bDWFAW:ZobAv5cE"
}

