Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated 3 weeks ago
All versions
1.5.0-beta3
Beta
1.5.0-beta3 [FORGE 1.20.1]2 years ago 12.8K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Minor Changes
- Made it so removing items from an Immersive gives you the item "normally", rather than placing it in your hand, which resulted in a lot of stacks of the same item with small quantities.
- The page number for the Immersive part of the lectern now syncs with the saved page number used in vanilla.
- Moved the rest of mod compatibility to compatibility modules, preventing mod compatibility issues in ImmersiveMC from crashing the game outright.
Bug Fixes
- Fixed crashes with modded liquid buckets in Forge due to a badly-written Mixin.
- Fixed ImmersiveMC not generating config files on launch.
- Fixed the "Disable Vanilla Interactions" button changing the wrong config value.
- Fixed items such as the clock and compass not animating correctly in the bag.
- Fixed crashes from the cauldron Immersive with the port to Minecraft 1.21.1.
- Fixed sending Immersive data for client-authoritative Immersives, wasting small amounts of bandwidth.
- Removed
ImmersiveBuilder#enabledInConfigSupplier, as it goes unused. Checking if the Immerisve is enabled in the player's config is done via the Immersive'sImmersiveHandler.
Optional dependencies
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:XJ9is6vj:z5NxaYoj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XJ9is6vj:z5NxaYoj"
}


