Links
Tags
Creators
Details
Licensed CC-BY-NC-4.0
Published last month
Updated 9 hours ago
All versions
1.3.2+26.2-forge
Release
One Dimension 1.3.2 — Forge 26.22 days ago 0
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Forge
Supported environments
Server-side
Singleplayer
Required content
Changes
OneDimension 1.3.2
Two small world rules. Available for Minecraft 26.1.x and 26.2 on Fabric, Forge and NeoForge.
Added
- No more building in the empty space outside the world. Blocks can't be placed below the
Nether's floor (y-192) or above the top of the End (y1136 and up) — the dead gaps where nothing
generates. Breaking still works everywhere, so anything you already built out there can still be
taken down. Turn it off with
/onedimension buildlimits false. - World Wrap can now follow you in creative. Off by default, so flying below the world in
creative still works as before. Turn it on with
/onedimension worldwrap creative true. Spectators are never wrapped.
Both are in the settings screen and the /onedimension menu panel as well.
Notes
- Requires CodxLib 1.3.6 or newer — install the build that matches your Minecraft version and loader, or the game will stop at a missing-dependency error.
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:iMnsGNRL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kXBpPb2P:iMnsGNRL"
}


