Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 2 years ago
All versions
2.6.4+1.21.8-neoforge
Alpha
Infinite Dimensions 2.6.4 for 1.21.8 NeoForge5 months ago 289
Compatibility
Minecraft: Java Edition
1.21.8
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Fixed
- Create train tracks now respect offsets from the center of the portal; this makes it possible to route two tracks through the same portal. (Lera)
- Chests in dungeons in random dimensions were missing their contents, now they aren't. (Lera)
- Beacon structure from
missingnow generates correctly. (Cassian) - F4 config screen was bugged on 1.21.8, it is fixed. (Cassian)
- A crash with a "tinted leaves" particle is fixed. (1.21.8, Cassian)
- Chromatic potion brewing recipe is viewable in RRV. (1.21.8, Cassian)
Technical
- Config file structure is reworked in the jar to make differences between Minecraft versions easier to handle, this should not have any effect on anything user-facing but i'll include this change here just in case it spawns some bug.
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| infinity-2.6.4+1.21.8-neoforge-sources.jar | Unknown | 7.3 MiB |
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:KgKqTqPj:XESf5Ztw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KgKqTqPj:XESf5Ztw"
}




