Links
Tags
Creators
Details
1.3.0
Compatibility
Changes
The Dig Deeper Update Changelog:
Note: This update had some issues while in development, please report any bugs you find.
Additions:
-Added Vivianite Nuggets, Buttons, Chains, and Lanterns
-Added Fuegite Lamps
-Added Dullerock
-Added the Staring Idol
-Added the Surfacing Altar
-Added the Deeplight biome
-Added Climbing Abyssal Moss, Abyssal Moss Carpet, and Abyssal Hanging Moss
-Added 2 new advancements
Changes:
-Improved the texture of the Fuegite Shard and Fuegite Ore
-Textures of Abyssal Soil and Abyssal Turf have changed
-Depth Flower texture has been changed slightly
-Vivianite Gear can now be smelted into nuggets
-Ruined Fortresses can now be smaller
-Lanterns and Chains in Ruined Fortresses have been replaced with their Vivianite counterparts
-Music Discs within Shadowing Compounds and Ruined Fortresses are now rarer
-Deep Abyss stronghold has been completely revamped
-Depth Flowers are now much rarer in Deep Abyss Stronghold chests
-Deep Abyss Stronghold loot has been changed
-The central chest in Deep Abyss Strongholds is now much better
-Abyssal Moss and Depth Flowers can now only spawn in the Deeplight
-Darksprout generation has changed
-Lava springs can now generate in the deep Abyss
Fixes:
-Lowlight Disc no longer spawns in the center of Deep Abyss Strongholds
-Entering the Core Depths biome is now required to get the Abyssal Expedition Advancement
-Esperite Scraps and Ingots are now immune to lava
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:LmsTZMEu:bSzgO6zc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LmsTZMEu:bSzgO6zc"
}

