1.3.3
Compatibility
Required content
Changes
- Dedicated Multiplayer is now supported.
-
Smithstone Remnant-related recipes and Black Ice smithing recipes now have compatibility with Caverns & Chasms' Necromium.
-
Caverns & Chasms' Necromium weaponry has a new hit effect, akin to FARWORLD's existing Netherite and Soul Steel hit effects.
-
Added an empty item tag, "accessory_incompatible_armor". Any piece of armor added to this tag cannot contain accessories. This is a modpack dev utility.
-
Added new tags: "has_netherite_effect", "has_soul_steel_effect", "has_gloomstone_effect", "has_necromium_effect", and "has_black_ice_effect", all containing their corresponding gear sets' swords and axes, except the Gloomstone tag, which contains the entire set. Any item added to these tags will have its corresponding visual effects, and for Black Ice and Gloomstone, its functionality as well.
-
Reworked Soul Steel's effect slightly, renaming it from "magic damage" to "absolute damage" to reflect how it works under the hood. It ignores critical strikes, armor, magic protection, and any other damage reduction modifier, except for early strikes, which still deal less damage. Also, buffed the aforementioned absolute damage of both weapons. Tools and armor are functionally unchanged.
-
Added custom equipping sounds for Soul Steel and Black Ice armor.
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:w7tY114h:vAabRPK5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:w7tY114h:vAabRPK5"
}

