2.1.0
Compatibility
Required content
Changes
-
The 1.21.1NeoForge branch has been ported by @Ar0p1a! It is currently identical in content to the 1.20.1Forge branch.
-
Fixed several issues.
-
Updated the versions of prerequisite mods.
-
Added Goety servant compatibility for the Sacrifice spell; it can now affect certain Goety summons.
-
Added Goety servant compatibility for the Summon Damage attribute.
-
Added Ominous Trial forms for the First Flamebearer Servant and the Dead King Servant, obtained by interacting with the Ominous Orb.
-
Added armor-swapping interaction for the First Flamebearer Servant.
-
Added research log translation behavior for the Archevoker Servant: place untranslated research logs on a lectern near the Archevoker Servant.
-
Added a trading GUI for the Priest, Pyromancer, Cryomancer, and Apothecarist servants.
-
Restored and optimized the potion/brew learning mechanics of the Apothecarist Servant.
-
Added a new Curio: the Hemolytic Ring.
-
1.21.1NeoForge分支已由@Ar0p1a进行了移植!目前与1.20.1Forge分支内容相同。
-
修复了若干问题。
-
更新了前置模组的版本。
-
为“献祭”法术添加了Goety仆从适配,现在“献祭”法术可以对一些Goety召唤物生效了。
-
为“召唤伤害”属性添加了Goety仆从适配。
-
为原初受火者仆从、死者之王仆从添加了不祥试炼形态,通过不祥核心交互得到。
-
为原初受火者仆从添加盔甲更换交互。
-
为高位唤魔者仆从添加了翻译日志的行为,需要将未翻译的研究日志放在高位唤魔者仆从附近的讲台上。
-
为牧师仆从、炽焰术士仆从、冰霜术士仆从、药剂师仆从添加了交易GUI。
-
恢复并优化了药剂师仆从学习药水/药酿的机制。
-
添加了一个新饰品:溶血之戒。
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:tZpynDu5:QvSYOnxH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tZpynDu5:QvSYOnxH"
}



