Tags
Creators
Details
1.5.0.0-fusion
Compatibility
Required content
Changes
√ 噩梦基座栏位改为噩梦之槽,玩家初始自带一个噩梦之槽
√ 添加了“灵魂之果”可以让玩家增加一个通用饰品栏,可以发现在古城
√ 加固禁用物品的代码——防止任务物品分发时消失的问题(FTB任务)
√ 修复了欺骗不需要不祥之兆就能获取的问题
√ 修复了死心之胚再服务器与其他玩家在一起的时候会崩溃的问题
√ 删除了九剑归一诀和封魔录无法同时佩戴的设定
√ 删除了邪念体无法取下的设定,为其增加一行描述
√ 删除了巨人之心的获取,因为他并不稳定
√ 降低血虐之铅崩溃或假死的可能性
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:Djpjjz6B:yXQD2IIM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Djpjjz6B:yXQD2IIM"
}

