Links
Tags
Creators
Details
1.3.0-neoforge-1.21.1
Compatibility
Required content
Changes
新增功能
- 新增环境事件上下文:当女仆、玩家、玩家所养宠物死亡或受伤时,会将事件信息(谁死了、谁受伤等)注入女仆的自言自语与互聊请求中,让女仆能对身边发生的事做出反应
此版本服务端不兼容之前版本的客户端,若在服务器中更新,那么在服务器中游玩的玩家都需要更新
New Features
- New environment event context: when a maid, a player, or a pet owned by the player dies or takes damage, information about the event (who died, who was hurt, etc.) is injected into the maid's self-talk and inter-chat requests, letting maids react to what is happening around them
This server version is not compatible with previous client versions. If you update the mod on your server, all players on it need to update the mod as well.
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:cyM2pDdE:eDhhLmlt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cyM2pDdE:eDhhLmlt"
}

