Links
Tags
Creators
Details
Licensed CC-BY-NC-4.0
Published 2 months ago
Updated 4 days ago
All versions
2.0.0+26.1.2-forge
Release
One Dimension 2.0.0 — Forge 26.1.25 days ago 0
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Forge
Supported environments
Server-side
Singleplayer
Required content
Changes
OneDimension 2.0.0
OneDimension now runs on Minecraft 1.20.1 through 26.2 — every version in between, on Fabric, Forge and NeoForge. 58 builds, one mod, same world.
- The whole mod came back with it. Per-band biomes, structures, fog, sky and lighting, the dragon fight, portals, exploding beds, evaporating water and fast Nether lava all behave the same on 1.20.1 as they do on 26.2.
- World Wrap is now on by default. Fall out the bottom of the world and you come back in at the top, momentum and all. Existing worlds keep whatever you had it set to.
- Fixed: picking the world type didn't stick on 1.20.1–1.21.1. The Create New World screen said "One Dimension" but built an ordinary world unless you cycled the setting by hand.
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:w0PvXctu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kXBpPb2P:w0PvXctu"
}


