All versions
3.1
Release
GoetyIron-1.21.1-NeoForge-3.15 days ago 197
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
- Fixed an issue where some configuration options did not take effect.
- Fixed an issue where Improved Ominous Fire Orbs could be destroyed by allied mobs.
- Fixed compatibility issues with some mods.
- Added spell attribute configuration options for each servant.
- Added functionality to Tincture of Forgetfulness to reset Goety's Void Vault.
- Added a mechanic where summoned Polar Bears are replaced with Polar Bear Servants; the replacement can be disabled in the config file.
- Added a mechanic where summoned Vexes are replaced with Vex Servants; the replacement can be disabled in the config file.
- 修复了部分配置项不生效的问题。
- 修复了不祥火球会被友军破坏的问题。
- 修复了与部分模组不兼容的问题。
- 为各个仆从添加了法术属性配置项。
- 为遗忘药剂添加了重置Goety的虚空宝库的功能。
- 添加了召唤出的北极熊会被替换为北极熊仆从的机制,可在配置文件中关闭替换。
- 添加了召唤出的恼鬼会被替换为恼鬼仆从的机制,可在配置文件中关闭替换。
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:YZXNIxvk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tZpynDu5:YZXNIxvk"
}

