Tags
Creators
Details
1.5+mod
Compatibility
Changes
New Update!
- Added 11 new Enchantments.
ENCHANTMENTS
Smelting Touch
Can be applied to Pickaxes.
- Smelt Iron, Gold and Copper when you break a block next to them!
Harvesting Touch
Can be applied to Hoes.
- Break Crops in a 3x3 radius + automaticly replants.
Evoking
Can be applied to Swords.
- Summon a EVOKER FANG on your enemy.
Lava Walker
Can be applied to Boots.
- Transfer Lava to Obsidian.
Spider
Can be applied to Swords.
- This Enchantment has 5 different Levels, each level grants 10% chance to summon a cobweb on your enemy.
Telekinesis
Can be applied to Tools.
- Every item in 10 blocks distance comes to you.
Thunderbolt
Can be applied to Maces.
- During Thunderstorm, hitting entities summons a LIGHTNING.
Vanquish
Can be applied to Swords.
- Deals more damage to BOSSES. (5 Different Levels)
Void Step
Can be applied to Chestplate.
- When you fall into the void, you remain safe but lose half of your durability.
- Incompatible with Mending.
Curse Of Decaying
Can be applied to Armors, Weapons, Tools.
Drains 20 durability when the item is used.
- With Mending drains 200.
CHANGES
- Invisibility goes for longer now, up to 20 seconds at the maximum, Level 3.
- Dolphin's Grace was changed from Sword to Boots.
- The Barrel in the witch camp now has loot.
Available now on 26.2!
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:LbDPuvYD:euADRaBO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LbDPuvYD:euADRaBO"
}

