Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 2 years ago
Updated 3 months ago
All versions
1.2.1
Release
touhoulittlemaid-1.18.2-release-1.2.1last year 1,769
Compatibility
Minecraft: Java Edition
1.18.x
Platform
Forge
Supported environments
Client and server
Changes
1.2.1 TLM Changelog
- Fixed GeckoLib maid model rendering bug. Now using GeckoLib maid model in versions 1.20.1-1.18.2 will not cause memory leaks and improves rendering frame rate.
- Added model id and model pack name to the tooltips in the model switching screen.
- Maid tooltips can now be individually disabled through configuration.
- Fixed the issue where tooltips would always flicker when riding a broom while sitting in a boat.
- Reverted to the old audio, improving audio quality.
- Modified spawn egg texture to match the 1.21.5 spawn egg texture.
- Added textures by CrystalizedSun.
- Fixed the issue where the name was incorrect when displaying ysm model in figurines.
- Added altar crafting tables to the manual.
- Fixed incorrect game mode tooltips.
- Pathfinding now checks if it is outside the working range.
- Maids should no longer drop items from their offhand.
- Corrected site files, removed deepseek site, and fixed the incorrect fish audio site name.
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:ityTehRH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:R0bDWFAW:ityTehRH"
}

