1.0.0
Compatibility
Required content
Changes
Geckolib Required!
Monstrous Mayhem adds friends and foes of every shape and size! From sweet treats with explosive flavor, or beasts from the deepest and darkest depth of the Nether, Monstrous Mayhem will have it all! There's just one rule for these beasts; utility. All of these creatures have a use or gimmick that keeps each of them unique from each other.
Current List of mobs:
Furberus: A three-headed furball with extremely dense fur.
Creepcake: Sweet treats that have explosive flavors.
Astropod: A mirraculously light-weight arthropod with amazingly dense chitin.
Waste Worm: Pack hunting worms with mandibles especially designed for quick, high damage attacks.
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:LXDIaFnM:2rTHLzj7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LXDIaFnM:2rTHLzj7"
}


