Links
Tags
Creators
Details
All versions
2.1.1
Release
Debug Block Collision Overlay Reloaded 2.1.16 months ago 80
Uploaded by
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client-side
Changes
Release 2.1.1
- Updated the mod's logo.
Release 2.1.0
- Fixed a crash where having a config file from the non-reloaded mod would crash the game on launch, this was done by changing the mod id from
debugblockcollisiontoblockcollisionoverlay. - Introduced workaround for the overlay toggle keybinding due to it not working on Cleanroom Loader (as of
0.4.2-alpha). - Updated the archive base name to
DebugBlockCollisionReloaded
Release 2.0.0
Initial release of the reloaded version of this mod.
- Keybindings are now handled in such a way where they are properly debounced and don't result in repeatedly toggling on/off or changing modes.
- Toggling the debug overlay on/off and changing the overlay mode are now done through different keybindings.
- Lots of feedback text has been amended, edited or reformatted for readability, legibility and visual clarity.
- The
en_us.langfile has been re-organized and re-written.
Changes to the build process and non-mod files are not listed here.
Supplementary resources
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:evj7G1iP:tHpcSpGs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:evj7G1iP:tHpcSpGs"
}

