Tags
Creators
Details
Licensed AGPL-3.0-only
Published 3 years ago
All versions
v20.4.1-1.20.4-Fabric
Release
[FABRIC] [1.20.4] MutantMonsters-v20.4.12 years ago 12.4K
Compatibility
Minecraft: Java Edition
1.20.4
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, and this project adheres to Semantic Versioning.
[v20.4.1-1.20.4] - 2024-03-24
Fixed
- Fix client crash when rendering a creeper minion sitting on the player's shoulder
[v20.4.0-1.20.4] - 2024-02-14
- Port to Minecraft 1.20.4
- Port to NeoForge
Added
- Add biome tags for preventing mutant spawns:
mutantmonsters:without_mutant_creeper_spawnsmutantmonsters:without_mutant_enderman_spawnsmutantmonsters:without_mutant_skeleton_spawnsmutantmonsters:without_mutant_zombie_spawns
Changed
- Refactor all data files to use data generation
- Skeleton armor can now be repaired using bone blocks
Fixed
- Fix some mutant attacks ignoring statues effects
Optional dependencies
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:IAv83Mgr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:derP0ten:IAv83Mgr"
}




