0.0.2
Compatibility
Changes
-
Optimize the lost maid's damage immunity
-
Add multiple configurable items
-
Modify the maid's spawn settings
-
Add a quantity limit for tameable lost maids
-
Allow customization of the models used by lost maids
-
Fix several bugs
-
优化迷失女仆免伤
-
新增多个可配置项目
-
修改女仆生成设置
-
新增可驯服迷失女仆数量上限
-
可自定义迷失女仆使用的模型
-
修复若干bug
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:VwJcXwtS:Bj7c4GAC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VwJcXwtS:Bj7c4GAC"
}

