Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 2 months ago
All versions
1.8+mod
Release
V1.8 - Mod3 years ago 6,832
Compatibility
Minecraft: Java Edition
1.20.2–1.20.4
Platforms
Fabric
Forge
Quilt
Supported environments
Server-side
Singleplayer
Changes
- Level shattering changes:
- Fixed (again) inventory swap side effect not working
- Remade the "time snare" side effect
- The way shards are dropped has been changed, now the chance is chosen by a predicate instead of the loot table
- This change helps with compatibility with datapacks that change monster loot tables
- Looting no longer increases shard drop rate
- Modified drop chances slightly
- Throwing multiple shards at once no longer reacts
- Shards now drop from level 5 by default
- Completely remade zombies
- Now they spawn with increasing chances for better gear
- Slight stat nerfs
- No longer has the "berserker" ability
- increased baby spawn rates only on day 100
- Updated settings reset
- New setting: Shard monsters glow
- Monsters that drop shards will glow when this is turned on (off by default)
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:ku4JD9TH:IIdjEoY7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ku4JD9TH:IIdjEoY7"
}

