Links
Tags
Creators
Details
1.5.0
Compatibility
Required content
Changes
=== PATCHNOTE 1.5.0 ===
Radial menu
A new configurable radial menu for command shortcuts, opened with a keybind.
- Unlimited shortcuts, each with its own label, icon and command
- Nested sub menus: give a shortcut a path such as
warps/hubto place it insidewarps. A shortcut with no command becomes a sub menu - Two activation modes: hold the key and release over a shortcut, or toggle the menu open and click
- Click the centre button, right click, or press Escape to go back one level
Icons
- Any vanilla item, for example
minecraft:ender_pearl - Custom player heads: paste a base64 texture value or a skin URL
- Hypixel Skyblock items: type an internal name such as
AATROX_BATPHONEand the icon is resolved automatically, custom heads included. Item data is fetched once per item and cached locally
Appearance
Background colour, background blur, slice and hover colours, inner and outer radius, distance from the centre button, and the angular gap between slices are all configurable. "General direction click" selects the nearest shortcut when the cursor sits outside the ring.
Notes
- The background blur option requires the vanilla "Menu Background Blurriness" setting to be above Off, since Minecraft drives the blur radius from it
- Skyblock items whose underlying legacy item no longer exists in modern Minecraft fall back to a barrier icon
The radial menu design is based on Athen by Starred (BSD-3-Clause). Hypixel Skyblock item data comes from the NotEnoughUpdates repository (MIT).
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:e0WZgrNP:JDvPBxRE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:e0WZgrNP:JDvPBxRE"
}


