
Mobs Drop Their Abilities
Defeat mobs and steal their powers! Unlock unique passive abilities like flight and teleportation, or use active items like the explosive Detonator. Transform your survival experience by using the monsters' own strengths against them.
1.0.0
Compatibility
Changes
Changelog v1.0.0 (Initial Release)
- Released the first version of the mod.
- Added 8 Inherent Abilities (passives) from mobs like the Iron Golem, Enderman, and Wither.
- Added 8 Physical Weapons and Items from mobs like the Warden, Ghast, and Ender Dragon.
- Added custom drop mechanics for OP weapons.
- Important: Players must keep 2 to 3 inventory slots empty to receive physical items correctly.
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:5sbg475B:ikZzBjrv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5sbg475B:ikZzBjrv"
}
