All versions
2.3.0+26.1.2
Release
Radial v2.3.0 for Minecraft 26.1.2last month 84
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
What's Changed
User Facing Changes
- Added a new shortcut slot mode to open arbitrary screens (extensible by other mods)
- Replaced the button cycler in the editor with a custom dynamic dropdown menu for slot mode selection
- Standardized the layout of the Slot Editor screen
- Added a scaling effect to slots during the radial menu reveal easing animation
- Fixed the radial menu donut antialiasing to scale correctly regardless of GUI Scale settings
- Fixed a bug where the config version was failing to migrate during updates
Developer and Technical Changes
- Added an API entrypoint via Fabric loader to allow other modders to register custom modes and shortcuts
- Restructured the entire codebase into a registry based architecture for better consistency
- Standardized all arbitrary string values in the config to use proper Minecraft Identifiers
- Improved translation keys and internal developer naming conventions for better clarity
- Removed legacy code and reorganized base packages
Full Changelog: https://github.com/velolib/radial/compare/v2.2.1...v2.3.0
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:g52fu7eA:Dff7Ugpi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:g52fu7eA:Dff7Ugpi"
}



