Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 2 years ago
Updated 3 months ago
All versions
1.3.6
Release
touhoulittlemaid-1.20.1-release-1.3.6last year 922.3K
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platform
Forge
Supported environments
Client and server
Changes
- Added classical Chinese translation: @BeiDou114514
- Added compatibility with KubeJS, sample files can be found at: https://github.com/TartaricAcid/TLM-KJS-Example
- Modified altar recipe
- Maid related events
- Customized handheld item prompts
- Customized maid bauble bindings
- Customized work task: 6 preset Task templates are built-in: blank, melee, ranged, planting, walk to block, walk to entity
- Added
MaidTaskEnableEventevent to facilitate other mod authors or integration authors to modify the enabling conditions of existing work modes - Modified prompt words to alleviate the problem of repeated sentences
- Solved the problem that
---is always output at the end of tts - Now the melee attack range is affected by the
forge:entity_reachproperty - Modified the defect of the old melee enemy recognition range: now it is linked to the work range, no longer a fixed 8 block
- Updated the texture made by kang
- Updated Vietnamese and Indonesian translations
- Modified model package loading logic, tried to adapt to kilt, thanks to shiroha233
- The danmaku fired by the maid no longer hurts any player
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:4GZKHcUI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:R0bDWFAW:4GZKHcUI"
}

