Tags
Creators
Details
Licensed LGPL-3.0-only
Published last year
All versions
1.2.4-260226
Release
Confluence: Otherworld 1.2.4-2602265 months ago 61.1K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Changelog (1.2.4):
Fixes:
- Fixed an issue where the luck bonus from bait was not taking effect.
- Fixed a crash related to accessory attributes.
- Fixed a layering error in the achievement category rendering.
- Fixed invincibility frame issues with Deerclops' ice spikes, and added the corresponding immunities for Deerclops.
Improvements:
- Moved the position of the achievement button.
- Improved the vertical bouncing capability of Boulders.
- Improved Stalk blocks.
- Improved the Tuff Display Stand.
Adjustments:
- Synced with Terraria version 1.4.5:
- The generation amount for Hardmode Ore clusters is now equal across all three tiers.
- Adjusted crafting recipes for Hardmode Ore series, as well as Marble and Granite recipes.
- Reverted the Depth Meter drop rate change.
Additions:
- King Slime will now summon Spiked Slimes in Expert Mode and above.
- Conflux Legacy now includes a fix for the vanilla swoop attack, which has a configuration option.
- Added more Boulders and their crafting recipes.
- Added more decorative blocks and their crafting recipes.
- Added a new secret seed: Really Small
- A brand new experience that shrinks your character!
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:9kp7blvl:SvvNcTJh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9kp7blvl:SvvNcTJh"
}

