Tags
Creators
Details
Licensed CC-BY-NC-4.0
Published 2 months ago
Updated 6 days ago
All versions
3.0.1+1.21.4-forge
Release
One Dimension 3.0.1 — Forge 1.21.46 days ago 3
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Forge
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Changes
OneDimension 3.0.1
Two fixes, both from player reports.
- Sable / Create: Aeronautics — you couldn't place blocks on a sub-level. Assembling a ship and flying it around worked, but every block and bucket was refused. Sable keeps a sub-level's blocks in a reserved area far outside the world, at a height that One Dimension's build limit read as "outside the bands" — so it blocked the placement. Building on a sub-level now works, and the build limit still applies everywhere it should. This also covers other mods that move blocks into their own space.
- Water placed with
/fillor/setblockin the Nether band stayed frozen (the/onedimension water commands trueoption added in 3.0.0). The pool survived, as intended — but it never spread, never flowed downhill, and never filled anything. Those pools now behave like water anywhere else.
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:jkGsSqt2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kXBpPb2P:jkGsSqt2"
}

