All versions
1.7.2
Release
Mowzie's Mobs 1.7.2last year 435.9K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
- Boulders now have smaller hitboxes while travelling to avoid unwanted collision with terrain
- Largest geomancy boulder passes through enemies instead of breaking on hit.
- Players now leave glowing footprints when they have the sun's blessing.
- Added an indicator particle that points to blocks obstructing Sculptor's test Fixed geomancy boulders and bluffs destroying items Fixed bluff crash Updated some translations Added effect descriptions Fixed item duplication bug in Umvuthi and Sculptor trade menus Fixed Abavuthana only trading for exact stack counts Fixed particles turning black while items are being picked up Fixed missing Wroughtnaut subtitle Fixed bosses being pushed by pistons Fixed raked sand not being placeable above empty blocks
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:BFbX9xcm:YQevKgcH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BFbX9xcm:YQevKgcH"
}


