Tags
Creators
Details
1.2.6
Compatibility
Changes
Update Version 1.2.6:
This update adds many new features, all of which are summarised here. The Dark Furnace allows you to recycle Cursed Tools and Cursed Armour (which has been redesigned, just like Obscurita armour). A natural block called Sculk Grass has now been added to the Deep Void dimension, along with Deepsculk Brick and Deepsculk Tiles, along with their cracked versions. Now you can craft the Dark Ring with Lapis Lazuli Pearl, which is made from Lapis Lazuli Fragment. By right-clicking to open the GUI for this ring, you can add a crystal, allowing you to use it infinitely. A new mineral called Resonant Essence has also been added to the Deep Void dimension. To craft it, you need Resonant Essence Fragment, which is made from Resonant Essence Nugget. You can melt this essence in the Dark Furnace to receive Resonant Essence Fluid. You can put this fluid into the Resonant Fountain. When you put in five buckets, you can right-click with a Resonant Essence to summon the Warden Boss. When you defeat it, it will give you the Sculk Rock Crystal, which generates giant rocks that fall on top of the other entities. In addition, the paper dimension has been added. To enter it, you will have to go to a dungeon in the Deep Void dimension, where you can obtain an altar wall template, which you can use to build the altar wall. Placing this on the portal structure to the Paper Dimension will activate the portal. Upon entering the dimension, you will find some bedrock trapdoors, which can be opened by hand and close on their own. In the Paper Dimension, you will find the new wood kit. And together with Mache Paper (made from Bamboo Paper), you can craft the new Mache Paper Block in black, red, orange, yellow, and blue. You can also craft the Precise Loom, which is currently only a decorative block. In this dimension, you will also find the Cloud Rider, which, when defeated, will give you the Storm Crystal, which generates lightning bolts to strike your enemies. When the Cloud Rider dies, it will leave behind its cloud, which you can ride.
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:HMBluJwS:SPXmoZOu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HMBluJwS:SPXmoZOu"
}

