Tags
Creators
Details
Licensed LGPL-3.0-only
Published last year
Updated 5 months ago
All versions
1.1.3
Release
Confluence: Otherworld 1.1.3last year 13.1K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Fixes:
- Fixed Daedalus Stormbow craash
- Disabled piglin invasion events
- Aligned the actual wand damage with the damage in the item tooltip
- Fixed the issue that falling stars could not interact and did not fall
- Allows gun-wielding interactions
- Fixed the loss of animation of painted blocks caused by Sodium
- Allow Altar Crafting Table materials to be five instead of four
- Eye of Cthulhu will no longer spawn during the day
- Fixed thin honey blocks being broken by water
- Fixed attack damage when phasesaber is off
- Fixed grass seed interaction logic
- Fixed possible null pointer exceptions
- Fixed paint compatibility with some mods with special render blocks
- Fixed game phase directives in single-player mode
- NPC dialogue no longer refreshes when toggling full screen
Improvements:
- Optimized code running efficiency when installed with Sodium
- Art asset updates
- Excessively long achievement descriptions are displayed in batches
- Allows configuration to make Hardmode transitions perform immediately (requires a strong PC)
- Optimized Hardmode conversion speed
- Moist sand can be planted with palm trees
- Expanded the Skeletron Hand hitbox
- Cthulu Shield Dash is now a seperate keybind
- Blocks grappled to have a particle effect, adding a sound to the grappling hook
- Most "Unbreakable" items can no longer be enchanted with Unbreaking or Mending.
- Bane of Arthropods now works on more mobs, such as Queen Bee.
- Touhou Little Maid Mod now has trade support.
- Vanilla and Confluence Bottles can now be swapped in a crafting table.
- NPC dialogue is displayed in separate lines
- The merchant sells an additional 100 arrows
- The Meteorite Compass will save the coordinates of the last meteorite
Adjustments:
- Modify the namespace of some data components
- Structural data storage compression and namespace modification
- Assign a unique ID to each type of chest
- A large number of block and item IDs have been changed
- Player persistent data migration
- Make sure the dungeon generation phase is last
- Shimmer item transmutation changed to crafting table
- Achievement positions have been changed to data-driven
- Reduced the knockback of some projectiles
- Adjusted Dungeon Guardian stats
- Enhanced developer weapons
- Queen Bee and Skeletron have 2 and 4 armor penetration, and all bosses gain lava damage reduction
- The default value of an item has been changed to 50 Bronze
- Reduced the amount of materials required to craft Terrakin armor sets and lava sets
- Slightly increased the spawn weights of all Jungle enemies, increasing the maximum number of wasps spawned at a time from 1 to 2
- Glowing Mushroom biomes generate additional Life Crystals
- Banker Villager workstation changed to safe
- When using elytra, you cannot dash with a shield
What's new:
- Calcite Caves, Granite Caves, Glowing Mushroom Caves, Desert Oases
- Compatibility with Create
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:Vtd8PeOW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9kp7blvl:Vtd8PeOW"
}


