26.3
Compatibility
Changes
new enchantment: Curse of the Undead (idea by Arkiitekk): burn when exposed to sunlight without a helmet.
Berzerker is now exclusive with sharpness and other damage enchantments Berzerker can now be applied to axes and is it's primary item, it can still be applied to all melee weapons with enchanted books Berzerker rework: berzerker gives you more damages the lower you are on health, up to 5.7 bonus damages at level 3 on half a heart !
Most mounts and pets are now boosted when using any maneuver enchantment
small dripleafs can now be collected by using any tool enchanted with silk touch
nether portals can now be made with obsidian and crying obsidian
technical: changed syntax of pretty much every enchants changed syntax of enchanted book cloning recipe changed syntax of pretty much all loot tables added entities loot table tags in the vanilla namespace for compatibility added a function and a scoreboard in #load for the berzerker effect added poplar log to lumberjack removed stripped logs from lumberjack added shelf mushrooms to #lumberjack_ignore tag changed syntax of mob_killed advancements (illager_captain and midas_curse) added poplar leaves, log and stripped log to smelting (loot tables) added function: admin/get_all_heads to drop all default heads, including vanilla ones moved function: debug to admin/debug enchanted book cloning now use "crafting_transmute"
Optional dependencies
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:3sRuGIBf:tshwtPT5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3sRuGIBf:tshwtPT5"
}


