Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated last month
All versions
2.0.0
Release
Create: Dimension, Steamworks Realm 2.0.0last month 290
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
THANKS TO OUR SPONSORS THANKS TO ZAP-HOSTING! Use code Reggarf-1047 for 20% off any order!
https://zap-hosting.com/reggarf
CHANGELOG [Version: 2.0.0]
Fixed
- Fixed world crashing and loading errors when creating or joining worlds.
- Fixed trains not traveling through portals properly on Minecraft 1.21.1.
- Fixed game startup issues and missing library errors on modern versions.
- Fixed mod compatibility registration ordering issues between JEI and JER.
- Clamped graph calculation bounds to prevent out-of-bounds rendering errors in JER's distribution graphs.
Added
- Craftable Igniter: The Dimension Igniter now has its own crafting recipe and no longer requires trading with custom villagers.
- Modded Ore Support: Ores added by other mods (copper, zinc, tin, silver, etc.) will now automatically generate in their matching dimension layers!
- Just Enough Resources (JER) & JEI World Gen Compatibility:
- Full support for displaying Steamworks Realm ore generation in the World Gen recipe tab within Just Enough Items (JEI) via Just Enough Resources (JER).
- Dynamic discovery and visualization for all procedural ores across each dimension layer:
- End Layer ($Y = -63$ to $0$)
- Nether Layer ($Y = 1$ to $64$)
- Deepslate Layer ($Y = 65$ to $128$)
- Stone & Andesite Layer ($Y = 129$ to $255+$)
- Automatically incorporates modded ores discovered through
c:ores_in_ground/*,neoforge:ores_in_ground/*, andforge:ores_in_ground/*tags. - Accurate vein sizes, spawn frequencies (veins per chunk), and multipliers reflecting your active mod configuration (
GLOBAL_ORE_MULTIPLIERandGLOBAL_VEIN_SIZE_MULTIPLIER). - Added localization and tooltip labels for the dimension (
jer.dim.create_dimension:steamworks_realm).
- New Config Options (
create_dimension/common.toml):- Customize ore spawn amounts and cluster spacing.
- Adjust vein sizes to make ore deposits smaller or larger.
- Change the height and thickness of each ground layer (Bedrock, End Stone, Netherrack, Deepslate, Stone, Andesite, Dirt, and Grass).
- Customize the exact Y-levels where each type of ore can be found.
Changed
- Removed Dependency: Removed dependency on
create:bettervillagers—all features including the portal igniter are fully self-contained. - Taller Dimension: Increased the total world height to 704 blocks, giving you even more vertical space for massive Create mining rigs and train systems.
- Smarter & Smoother Ore Spawning: Rebuilt the ore generation system from the ground up for better world performance and cleaner ore distribution.
- General Performance & Cleanup: Streamlined mod files for faster loading times and better modpack compatibility.
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:yHADpDIL:YXQ7628N"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yHADpDIL:YXQ7628N"
}

