Tags
Creators
Details
3.10.4
Compatibility
Changes
3.10.4 Changelog:
Changed storage block name format from "ResourceName Block" to "Block of ResourceName" to match vanilla
Fixed Shadowlands slabs only dropping a single slab even when double
Fixed Golden Cube having a missing texture
Changed the Shadow Walker loot table so they now won't drop coins if they die of fall damage from having spawned in a silly place
Changed Shadows and Decipedes so now they disappear in a puff of smoke rather than actually dying if they would die of fall damage from having spawned in mid air, to make the behaviour look somewhat intentional (it's not send help) and to prevent the player getting lots of easy meat/coins
Fixed Belronite armor not having an equip sound
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:CP9uFCmE:PyxAfap8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CP9uFCmE:PyxAfap8"
}

