Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 weeks ago
Updated last month
All versions
1.2.5
Release
Runal 1.2.5last month 23
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
Runal 1.2.5
New
- View Model module, customize position, rotation, scale, and swing animation of held items
- Hide Scoreboard module
- Runal presence, see a star badge next to other players who have Runal installed, works across both ScepterRPG and MageRPG
- Chat emojis
- Inventory HUD widget
- MageRPG support: boss callout titles, AutoGG item find detection, Discord RPC now shows "MageRPG" (with its own icon) instead of always showing ScepterRPG
- ClickGUI now works under VulkanMod instead of rendering blank
- Ported the redesigned ClickGUI to 1.21.4 and 1.21.11 (previously only on 26.1.2)
Fixed
- ClickGUI no longer crashes on startup for some third party clients (a broken injection point could take down the entire mod)
- Fixed severe ClickGUI lag/stutter when multiple modules or settings were expanded at once
- Fixed presence star badges flickering off or not staying synced after reconnecting
- Fixed boss kill counter missing a message format the server randomly uses
- Smoothed out hitbox rendering
- Slightly faster ClickGUI open animation
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:WFnAtTj5:uqysL8tx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WFnAtTj5:uqysL8tx"
}

