Links
Tags
Creators
Details
All versions
2.1.0
Release
2.1.0 The Loot Tables Update & Some Fixes3 months ago 43
Compatibility
Minecraft: Java Edition
26.1.x
1.21.11
Platform
Fabric
Supported environments
Server-side
Singleplayer
Changes
Detailed changes in Loot Tables (mob and block drops) are documented in the main README file.
New Features
- Added a crafting recipe for Cobweb.
- Added smelting recipes to turn any Anvil into an Iron Block.
- Added a smelting recipe to turn a Crafting Table into Charcoal.
- Added new crafting recipes for Item Frames, Glow Item Frames, and Paintings (using logs or planks).
- Added missing recipes for Barrels and Composters using Bamboo Blocks.
- Added a new "disassembly" recipe to convert Carrot/Warped Fungus on a Stick back into a regular Fishing Rod.
Fixes
- Fixed recipe unlock conditions for anvil repairs.
- Fixed recipe group names for colored beds and the Jukebox.
- Updated crafting patterns for tool upgrades: the item being upgraded is now shifted to prevent accidental crafting within the player's 2x2 inventory grid.
- Added the missing crafting recipe for Green Wool.
Deletions
- Removed the "Wood to Log" block drop mechanic.
- Reverted Wood crafting balance: the original vanilla crafting output for wood has been restored.
- Removed the "Tall Grass from Short Grass" crafting recipe (now handled natively via Loot Tables).
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:kAVbQiKy:zbnPAwg6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kAVbQiKy:zbnPAwg6"
}

