Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 2 months ago
All versions
26.0.2+neoforge
Release
[NeoForge 26.1.X] 26.0.22 months ago 84
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
Platform
NeoForge
Supported environments
Client-side
Required content
Changes
26.0.2
- improve: makes pinned tooltips render before the current tooltip
- fix: keep pinned tooltip draggable over slots
- refactor: migrate events to forgified fabric api
- fix: render highlight frame
- refactor: port to neoforge api
- refactor: sync from 26.1 fabric
- build: bump dependencies
2.3.0
- Merge pull request #17 from Snownee/feature/neoforge-port
- build: bump neoforge version
- feat: obscure tooltips compatibility
- chore: upload logo
2.2.0
- Merge pull request #16 from SettingDust/1.21-neoforge
- fix: tooltip lines position order consistency, fix tooltip flickering problem.
- refactor: add
TooltipStylefor further compat - fix: creative invetory search bar avoid key pressed event which avoiding pin
2.1.1
- fix: avoid unpin auto pinned tooltip when focused
- feat: unpin auto pinned tooltip when key pressed
- feat: unpin auto pinned tooltip when click
- turn out it is neoforge-exclusive
- chore: unused variable
2.1.0
- fix: config ui
- feat: avoid rendering item highlights when the cursor is on a tooltip
- fix: add support for neoforge screen layers
- fix: enchantment description not showing in enchanting table
- feat: add missing descriptions. add validation
2.0.2
- feat: auto-pin indicator
- fix: tooltip being pinned at unexpected times
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:fFmpgMfg:tDJ85V3a"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fFmpgMfg:tDJ85V3a"
}





