Tags
Creators
Details
Licensed LGPL-3.0-only
Published last year
All versions
1.1.2
Release
Remove Mouseover Highlight - NeoForge - MC1.20.4 - 1.1.2last year 63
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.4
Platform
NeoForge
Supported environments
Client-side
Changes
1.1.2
- As per recommendations the key binds are always registered. They will be ignored if use key toggle is false
- Bumped NeoForge version to 21.4.67-beta
- Unified configuration files to be names equally and all lowercase
1.1.1
- Code cleanup
- Added Homepage and Sources links to Fabric fabric.mod.json file
- Added issueTrackerURL and displayURL to NeoForge neoforge.mods.toml file
- Added flag clientSideOnly to Forge mods.toml file
- Added mod_logo_file as a property and implemented it on the respective files
- General cleanup of files mods.toml and neoforge.mods.toml
- Attempt to fix order of configs/key binds registration in Forge version (Hopefully still works)
1.1.0
- Standardized functionality between the different launchers
- Settings match in all versions
- Invisible Barrier setting ignores the key toggle or default state (If true barriers wont show the highlight, if false they will)
- If Use Key is false, no key bind will show on the Controls settings.
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:nX3PdlIL:lWf0NOhY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nX3PdlIL:lWf0NOhY"
}

