Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 2 years ago
All versions
1.3.8-neoforge+mc1.21.1
Release
Touhou Little Maid 1.3.8-neoforge+mc1.21.110 months ago 11.5K
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
1.3.8 Maid Mod Update Log
- Fixed incorrect UV mapping issue for single-sided textures in Geckolib models (particularly noticeable with pony models, thanks to @moepus)
- Removed drop item judgment in planting mode
- Optimized pathfinding judgment for dropped items, significantly reducing performance consumption when there are many unreachable dropped items
- Updated new textures created by kang
- Fixed crash issue caused by DamageSource being null
- Fixed bug where players couldn't interact with other blocks/entities after broom collision volume increased
- Added event for tombstone generation (MaidTombstoneEvent)
- Completed addition of snowball throwing animation, thanks to @映白L
- Fixed enchantment acquisition issue in 1.21.1, now Swift and Hindrance enchantments can be obtained through enchanting table, villager trading, and fishing. Ender Slayer is a treasure enchantment, only obtainable through villager trading and fishing
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| touhoulittlemaid-1.3.8-neoforge+mc1.21.1-sources.jar | Unknown | 17.56 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:FBv3nLoS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:R0bDWFAW:FBv3nLoS"
}

