2.0-1.21.1
Compatibility
Required content
Changes
Big update.
loot tables
loot tables have been tweaked to hold specific enchantments based on themes, uses, or general vibes. new Learned Enchantments system makes loot chests never have a book you've already found.
lectern overhaul
lectern can now be used for "Scribing." players can rewrite enchanted books that they've found before, so an enchantment can never be truly lost, and duplicates can be made to share with friends or different enchanting stations.
6 new enchantments: none very game changing, just useful or fun. -Plow (hoe): Breaks fully grown crops in a wave originating from a broken crop
-Crook (hoe): Pulls hit mob towards player. No longer deals damage
-Transmute (fishing rod): Catches are transmuted into valuable materials
-Composure (chestplate): Avoiding damage for a period creates a single use damage negating barrier
-Shove (chestplate): Increases knockback dealt by unarmed attacks
-Overdrive (pickaxe): Continuously mining blocks increases mining speed
tweaks (all configurable)
- no villager enchanted books
- luck of the sea added to disallowed enchantments
- lure added back, now only catches fish
- scooping drops items on hit,
- buoy water extension time lowered to 2 by default
- slide is now just slam
fixes:
- skates visual and audio improvements
- bookshelf particals now work
- lapis removal now works
- bookshelf books -> enchanting table behavior optimized
- a million other things
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:ZwqMp1J0:IEesZaDD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZwqMp1J0:IEesZaDD"
}

