Links
Tags
Creators
Details
V1.0.1-Fabric
Compatibility
Changes
Patch release
Loot-table predicate format hotfix on top of V1.0.0, forwarded across from the NeoForge port's V1.0.4 release (originally contributed by Succubyte via PR #1 on the NeoForge port).
Fixes
- Silk Touch detection on IW blocks now works on 1.21.1. 60 IW block loot tables used the pre-1.20.5 enchantment predicate shape, which 1.21.1 silently fails to match. Result: every block that should have dropped a different item with Silk Touch (leaf piles, frosty glass, snowy stone family, grassy soil family, charred blocks, thin ice, soot, frost, icicles, and more) was always giving the no-silk-touch loot regardless of tool. All 60 files migrated to the 1.21+ component-based predicate shape. Verified in-game on the NeoForge V1.0.4 build before forwarding to Fabric.
Thanks to Succubyte for the catch and the fix.
See PORT_NOTES.md and changelog.md for the full per-version notes.
Compatibility
- Minecraft
1.21.1 - Fabric Loader
0.16.9+ - Java
21
Required dependencies
- Fabric API
- Architectury API
- Moonlight Lib
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:AtjxBimt:pKnRpz8n"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AtjxBimt:pKnRpz8n"
}

