Tags
Creators
Details
1.4-neoforge-1.21.1
Compatibility
Changes
A new update after a long time! This update brings many Otherside improvements along with new blocks, items, effects, and enchantments. Some key new features include Dyeable Sculk Transmitters, an Ancient Compass to point to Ancient Temples, an improved way of obtaining Resonarium armor and tools, and new enchantments for the Soronous Staff. Sculk Transmitters have received a major update; they are now able to link to other modded containers and are no longer limited to just vanilla storage blocks. There are more blocks that have been added for more decoration and functionality, such as the new Lite block, which emits light and can be crafted into other light-emitting blocks with unique textures.
The Otherside dimension has gone through a full overhaul, with much more open spaces, uniform biome distribution, and improved natural features. Changes have been made to how a new Otherside portal is generated when traveling between dimensions, which should result in more exposed spawns rather than spawning in some cramped location. A transition screen has also been added to be shown when traveling between the Otherside and the Overworld, similar to the transition screen shown when traveling to and from the Nether.
A full changelog can be found here: https://github.com/KyaniteMods/DeeperAndDarker/releases/tag/v1.4
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:fnAffV0n:G6YDRA79"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fnAffV0n:G6YDRA79"
}

