Tags
Creators
Details
Licensed AGPL-3.0-only
Published 3 years ago
All versions
v8.0.4-1.20.1-Fabric
Release
[FABRIC] [1.20.1] MutantMonsters-v8.0.43 years ago 431K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
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.4-1.20.1] - 2023-09-06
Fixed
- Fixed client crash when the mutant enderman tries to drop loot
[v8.0.3-1.20.1] - 2023-08-07
Changed
- The mutant enderman now uses a separate loot table at
mutantmonsters:entities/mutant_enderman_continuousfor the continuous ender pearl drops while it is dying - For items only dropped once at the end of the death sequence the vanilla loot table format
mutantmonsters:entities/mutant_endermanis used which is empty by default, but can be used for custom death drops from a data pack - Greatly reduced mutant spawn rates in soul sand valley and warped forest biomes, mutants are still more common in these biomes compared to others, but a lot less so now
Fixed
- Fixed mutant zombie model hovering slightly above the ground
[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:oKXlnH0n"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:derP0ten:oKXlnH0n"
}




