Links
Tags
Creators
Details
Licensed CC-BY-NC-4.0
Published last month
Updated 3 hours ago
All versions
1.4.0+26.1.2-neoforge
Release
One Dimension 1.4.0 — NeoForge 26.1.x3 hours ago 2
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
Platform
NeoForge
Supported environments
Server-side
Singleplayer
Required content
Changes
OneDimension 1.4.0
- Nether and End datapacks now work. Packs like Incendium and Nullscape — anything that replaces the Nether or the End — are picked up properly: their biomes, terrain and structures all show up in the right band instead of being ignored.
- Bands resize to fit the pack. A taller Nether or End is no longer sliced off at the old height; the band grows to hold it (up to 192 blocks of Nether and 272 of End).
- No more hidden second Nether. Those packs used to quietly create a separate Nether dimension alongside the stacked world. It's folded into the stack now, where you can reach it.
- Fixed the bonus chest generating on the central End island instead of next to your spawn.
Requires CodxLib 1.3.6 or newer.
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:kXBpPb2P:xPp5ksIE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kXBpPb2P:xPp5ksIE"
}


