Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 2 years ago
All versions
1.1.12-hotfix2
Release
Touhou Little Maid 1.1.12-hotfix22 years ago 1,445
Compatibility
Minecraft: Java Edition
1.18.x
Platform
Forge
Supported environments
Client and server
Changes
- Optimized the spawn of fairy maids to avoid server CPU usage in certain situations
- Fixed the problem that the maid fairy spawn probability configuration file could not be hot-reloaded
- Support for TacZ has been corrected:
- The shooting distance of the maid is now completely corrected, with a default range of 32-64, divided into three gears
- Sniper rifles: default r=64
- Pistols, shotguns: default r=32
- Others: default r=48
- Depending on the distance of the target, it will actively use aiming and non-aiming shooting
- Now you can control the shooting distance of the gun with a separate configuration file, which is no longer affected by other configurations
- The shooting distance of the maid is now completely corrected, with a default range of 32-64, divided into three gears
- Corrected the animation of some models
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:NGqYMTRR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:R0bDWFAW:NGqYMTRR"
}

