Tags
Creators
Details
2.14.4-1.19-1.19.2-fabric
Compatibility
Required content
Changes
CHANGELOG | FANCYMENU v2.14.4
- FOR DEVELOPERS: This update could BREAK your FM extension mods, because I changed some stuff in the MenuHandlerBase, MenuHandlerEvents, LayoutEditorScreen, LayoutElement & ButtonCache classes
- When using Drippy Loading Screen, you will now need to use v2.2.0+ (older Drippy versions aren't compatible with this FancyMenu version)
- Improved: Loading screens now fade out even if the menu they are fading to has customizations enabled
- Improved: Text elements now use a new scroll logic
- Improved: The scroll bar of text elements now hides/shows more precisely depending on the height of its content, if scrolling is enabled
- Improved: The border of text elements now also applies to the top and bottom of the element, not just at the left and right sides
- Improved: The tooltip when hovering over the Minimize/Shrink button of the customization overlay now tells the user how to fully hide it
- Changed: Disabled customizations for Twilight Forest menus
- Fixed: Opacity of text elements sometimes not working correctly
- Fixed: Crash on next startup after enabling customizations for some unsupported mod menus
- Fixed: MC 1.12: Entries of context menus in the editor not clickable when hovering over text elements
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| dev_fancymenu_fabric_2.14.4_MC_1.19-1.19.2.jar | Unknown | 1.81 MiB |
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:Wq5SjeWM:5pW7t6n3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Wq5SjeWM:5pW7t6n3"
}



