All versions
2.0.0
Release
Valkyrien Skies IPortal Compat 2.0.03 weeks ago 430
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Unavailable version
Unavailable version
Unavailable version
Changes
Initial Release
- Added compatibility bridge for Immersive Portals 6.0.7 and Valkyrien Skies Unofficial NeoForge Port 2.3.0-beta.8 on Minecraft 1.21.1.
- Updated the original bridge to work with NeoForge 1.21.1.
- Reworked compatibility patches to match the latest Valkyrien Skies rendering and camera changes.
- Updated Sodium compatibility for the NeoForge package changes.
- Removed obsolete compatibility code that is no longer needed due to changes in Valkyrien Skies.
- Built and tested against:
- Immersive Portals 6.0.7
- Valkyrien Skies 2.3.0-beta.8 (Unofficial NeoForge Port)
- Sodium 0.6.13 (NeoForge)
- Known incompatibilities:
- LittleTiles BETA v1.6.0-pre222 (use pre221 instead)
- Current Iris releases (currently incompatible)
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:1h3zKAfV:lKqmrU0X"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1h3zKAfV:lKqmrU0X"
}

