Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated last month
All versions
1.5.0-beta1
Beta
1.5.0-beta1 [FABRIC 1.20.1]2 years ago 14.8K
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Major Features
- Several hitboxes, including bag items, the hitbox for the reach-behind bag, the hitbox used for shields, and the hitboxes used for the written book Immersive are now oriented bounding boxes. In simpler terms, they can now all rotate, meaning much more consistent detection and looking better.
Minor Features
- Showing a guide box as selected now always shows it being selected only if it can be interacted with, rather than simply if it's being pointed at.
- The lever now uses hitboxes to determine lever movement, rather than simply detecting hand movements.
- The book and quill can now be used immersively like the written book!
- ImmersiveMC now appears in the F3 pie-graph.
Bug Fixes
- Fixed a bug with the previous alpha version where using the ranged grab would crash the game.
- Fixed a bug with the previous alpha version where opening an ender chest would crash the game.
- Fixed a bug with the previous alpha version where breaking an enchanting table would crash the game.
- Fixed a bug with the previous alpha version where config changes wouldn't occur while in a singleplayer world as the host.
- Fixed a bug from a previous alpha version where some Immersives wouldn't render their items even if there isn't a block in the way.
- Fixed a bug with the previous alpha version where upgrading ImmersiveMC on a world in Minecraft version 1.19.4 or below would apply the Minecraft 1.20 upgrade process.
- Fixed a longstanding bug where a barrel would be left open if exiting a world while opened through ImmersiveMC.
- Fixed a longstanding bug where someone could interact with immersives through a block, such as placing items in a furnace through its back.
- Fixed a longstanding bug where the written book Immersive would still be active when dropping the book while its held.
Optional dependencies
Any compatible version
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:D5i0F490"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XJ9is6vj:D5i0F490"
}

