Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published last year
All versions
1.3.0
Release
Dungeons Dimensions: Nether 1.3.02 months ago 295
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
Additions:
- Bone fence
- Basalt tile set
- Netherite bars/chains/spikes
- Potted crimson sprouts
- Magma vent feature
- More dead end variants
- Lithostitched 1.7.1+ compatibility
- Processor to reduce floating plants above fortress
Changes:
- Updated several textures
- Updated roof of spawner room A
- Big rooms can no longer generate rooms with only 1 doorway
- Intersections connected to big rooms will now have framed doorway
- Tweaked 3-way room jigsaw priorities
- Add more entries to basalt_cannot_place_on block tag (Worldgen)
Fixed:
- Bug preventing big room gen
- Crimson ivy generates floating against chunk borders
- Stonecutter recipes giving incorrect amounts
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:sf8l9B73:DiiwckCr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sf8l9B73:DiiwckCr"
}

