Tags
Creators
Details
All versions
1.9.2+mod
Release
[Mod] Release v1.9.23 years ago 549.1K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20–1.20.2
1.19.x
1.18.x
1.17.x
Platforms
Fabric
Forge
Quilt
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Any compatible version
Changes
- Added a mod version with the exclusive addition of a global settings menu and config file, when installed alongside MidnightLib ⚙️ (closes #15)
- Added Catalogue support
- Added custom Data Pack ModMenu badge using ModMenu Badges Lib
- Added ingame Edit value button for the activation distance slider
- Restructured data pack
- Added recovery function for worn armor and tool items, that appends newly post-spawn items to the already existing data for hiding worn armor and tools, even when one container item was overwritten (closes #6)
- Added new icon
- Added automatic mob height detection
- Added native support for chest, trapped chest, ender chest, beacon and hopper blocks to prevent unnecessary block updates
- Reformatted ingame menus
- Added global
/function #tschipcraft:menucommand - Fixed Farm incompatibility (closes #10)
- Fixed tall entities stopping their dig up animation when a block gap is between the starting and the destination block
- Fixed teleporting mobs up 0.5 blocks even when the animation aborts beforehand
- Fixed broken suffocation checks
- Added an additional exclusion criteria check for mob crushers
- Fixed FallDistance reset triggering every tick, even when the entity is already protected with Invulnerable:1b
- Fixed not retaining Silent NBT tag when set to 0b
- Fixed broken damage trigger in mc1.19.4 and above
- Reformatted tag lists
- Added new custom license
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Known incompatibilities
Any version
Any 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:zrzYrlm0:dJbCLsdr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zrzYrlm0:dJbCLsdr"
}

