Links
Tags
Creators
Details
All versions
1.21.11-v1.2.0
Release
Fractured 1.21.11-v1.2.08 months ago 117
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Changes
What's New
- Eyes of Ender drop Fractured Eyes when shattered!
- configurable eye break chance
- all-new loot table support and configuration for other mods - including Legacies and Legends, DnT's Stronghold, and Illager Invasion
Config
- added
eye_break_chanceconfig, which decides the chance of an eye shattering, defaulting to 20% (identical to vanilla) - added
broken_eyes_fractureconfig, which dictates whether thrown eyes that shatter should leave behind a Fractured Eye - added multiple loot table config options (%-based, like the vanilla ones) for various Legacies and Legends, Dungeons & Taverns and Illager Invasion structures
- as eye loot chances are percentage-based, the config now ensures that only values from 0 to 100 are accepted
- renamed the Eye Chances config category to the Vanilla Loot config category
Notes
- no longer depends on FrozenLib
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:sAL706ks:KXsgXRk3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sAL706ks:KXsgXRk3"
}


