Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated last month
All versions
1.6.0-alpha3.1
Alpha
1.6.0-alpha3.1 [FORGE 1.20.1]2 months ago 1,601
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
This quick release fixes a couple issues introduced with ImmersiveMC 1.6.0 Alpha 3:
- For all Minecraft versions, fixed the chest lid changes crashing on dedicated servers. Whoops!
- Fixed the ender chest not making sounds when opened or closed immersively.
- For 26.1.2 (and future Minecraft versions), added world upgrading for worlds carried over from previous Minecraft versions due to the moving around of world files between 1.21.11 and 26.1, ensuring items stored in Immersives aren't lost.
- Note that this does apply to worlds that have already been opened, so lost items will be recovered.
- If items were present in both the previous Minecraft version and when playing with ImmersiveMC 1.6.0 Alpha 3 on Minecraft 26.1.2, items from the previous Minecraft version are prioritized on a per-Immersive/per-player basis. For example, if a crafting table stored items in both 1.21.11 and in 26.1.2, the items from 1.21.11 are prioritized, and the items from ImmersiveMC 1.6.0 Alpha 3 permanently lost. This was done since ImmersiveMC 1.6.0 Alpha 3 has not been out for long. Note also that items currently present take higher priority over previous versions.
- Fixed ImmersiveMC showing a very incorrect version number in 26.1.2.
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:SwTAb9N8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XJ9is6vj:SwTAb9N8"
}

