Tags
Creators
Details
All versions
1.5+mod
Release
[Mod] Release v1.53 years ago 59.4K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20–1.20.2
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
Platforms
Fabric
Forge
Quilt
Supported environments
Server-side
Singleplayer
Changes
- Added a mod version with the exclusive addition of a global settings menu and config file, when installed alongside MidnightLib ⚙️
- Added Catalogue support
- Added custom Data Pack ModMenu badge using ModMenu Badges Lib
- Added setting for letting mobs with custom heads burn in sunlight (closes #3, #4, and #6)
- Added new drowned villager head (Thanks @atomik_eguzunkayra)
- Added new icon
- Reformatted ingame menus
- Added global
/function #tschipcraft:menucommand - Fixed heads still dropping even though head drops are disabled by using a with looting enchanted weapon
- Fixed unloaded upside down spiders not returning to normal when setting is turned off
- Fixed mod version overwriting selected options when changing back to world-specific settings
- Reformatted tag lists
- Added new custom license
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
Any compatible version
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:HJR6V0I2:4ZQjIDUu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HJR6V0I2:4ZQjIDUu"
}

