Tags
Creators
Details
All versions
5.5.0+fn-26.2
Release
5.5.0+fn-26.22 months ago 4,723
Compatibility
Minecraft: Java Edition
26.2
Platforms
Fabric
NeoForge
Supported environments
Client-side
Server-side
Client and server
Changes
User-facing changelog
- Added "Item descriptions" integration for statistics-related GUI elements. This optional feature is now present when installing the "Item descriptions" mod.
- When hovering over a GUI element related to item/block/mob statistics while golding down the
CTRLkey, an item description will appear in the tooltip where possible. - Thank you Cassain for making wonderful mods for the community, including "Item descriptions".
- When hovering over a GUI element related to item/block/mob statistics while golding down the
- Tooltips for statistics no longer always show technical identifiers like
minecraft:insert_item_id_hereunless "Advanced tooltips" is enabled in game's settings. UseF3 + Hto enable or disable advanced tooltips. - Tooltips for statistics use the semicolon character instead of hyphen to display values
- Example:
- Times Mined: 3instead of- Times Mined - 3
- Example:
Technical/API changelog
- General minor tweaks in the mod's code, primarily corrections and tiny optimizations
- Added
com.thecsdev.commonmc.api.client.gui.util.TGuiUtils.isCtrlDown()
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:Eldc1g37:mcT8lul0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Eldc1g37:mcT8lul0"
}

