Tags
Creators
Details
Licensed AGPL-3.0-only
Published 3 years ago
All versions
v8.0.2-1.20.1-Forge
Release
[FORGE] [1.20.1] MutantMonsters-v8.0.23 years ago 2,144
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
[v8.0.2-1.20.1] - 2023-07-02
Changed
- Mutant monsters will now destroy leaves in their path when chasing a target, similar to ravagers
Fixed
- Fixed the Hulk Smash! advancement being obtained whenever a mutant zombie is killed
- Fixed mutant snow golems overriding waterlogged blocks with ice
[v8.0.1-1.20.1] - 2023-07-01
Added
- Added beautiful new textures in Minecraft's new art style provided by tdstress
Changed
- Some adjustment to the creeper minion interaction screen
Fixed
- Fixed a rare issue where rendering a teleporting mutant enderman could crash the game
- The ender soul hand held model no longer shows an enchantment glint as it was conflicting with the hand's texture
[v8.0.0-1.20.1] - 2023-06-27
- Ported to Minecraft 1.20.1
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:derP0ten:55VYRSqD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:derP0ten:55VYRSqD"
}


