Tags
Creators
Details
All versions
1.7+mod
Release
[Mod] Release v1.73 years ago 129.4K
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
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 Rain Check - If enabled, touching rain counts as being inside water
- Added new icon
- Added Shulker Bullets to light level 6 entities
- Reformatted ingame menus
- Added global
/function #tschipcraft:menucommand - Fixed sculk sensors getting triggered upon dynamic light removal (closes #8), location changes and item frame updates
- Fixed overwriting player placed light blocks (closes #7)
- Fixed Ghast desync when no player is near
- Fixed TNT not breaking blocks when ignited with a flame bow (#10)
- Fixed TNT dupers not working correctly (#10)
- Fixed End Crystals not breaking blocks when exploding
- Fixed Flying Wither Skulls not breaking blocks
- Fixed exploding Creepers not breaking blocks when burning
- Added new custom license
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:7YjclEGc:7cT5xqe9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7YjclEGc:7cT5xqe9"
}



