1.1.4
Compatibility
Required content
Changes
自定义贡献名单 可在游戏内新增、编辑、删除贡献者,并通过上移和下移调整实际播放顺序。 原版贡献名单可独立显示或隐藏。 自定义名单可关闭,或放在诗前、诗中指定段落后、诗后或原版名单后。 “诗中”位置支持按当前终末之诗的实际段落精确选择插入点。 旧版名单设置会自动迁移到新的播放位置配置。 English Custom Credits Add, edit, remove, and reorder contributors in game with move-up and move-down controls. Show or hide vanilla credits independently. Disable custom credits or place them before the poem, after a selected in-poem paragraph, after the poem, or after vanilla credits. Choose an exact in-poem insertion point from the active End Poem paragraphs. Existing credits settings are migrated automatically to the new playback-position configuration.
Optional dependencies
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:I3cyJJmQ:9fLPiCxi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:I3cyJJmQ:9fLPiCxi"
}

