Tags
Creators
Details
0.6.3+1.21.1+fabric
Compatibility
Required content
Changes
DUE TO THE NEW DATAFIXER INTRODUCED IN THIS UPDATE, IT IS SAFE TO DIRECTLY LOAD YOUR SAVE FILE FROM 0.6.2, 0.6.1 OR OLDER VERSIONS
BUT STILL, BACKUP BEFORE UPDATING
Additions:
Added Dimslag, a gravel-like block that can be found underground
Added Energy Transmitter, a block that provides wireless redstone signal transfer, interact with the signal sender and receiver respectively to set up the signal connection.
Added Accumulator, a block that distributes redstone signal from one face to all other faces
Added a Data Fixer to rename all outdated ids in old save files
Added Suspicious Dusted Gravel
Tweaks:
Reworked Petal Scythe
Dagger of Hunger is now a dual-wielding weapon
Added a teleport ability for the Gatekeeper as an anti-cheese
Ether and Lava now produce Molten Stellagmite instead of Thioquartz block upon contact
Added a cover for the Glimmering Tablet
Crystalborn Catalyst's fuel items are now defined using a tag, rather than hardcoded
Ice lanterns now prevent ice blocks in a radius from melting
Renamed Trapped Soul to Soul Dew
Renamed Starlight Mangrove to Banyin (Banyan + Yin) and reworked its tree shape
Fixes:
Fixed again a lag related to the unlocking process of the guidebook
Fixed sheared Yeti dropping fur blocks
Fixed disappearing nametags
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:XvcfUGfB:kXFcGJUF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XvcfUGfB:kXFcGJUF"
}

