Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 5 years ago
Updated last month
All versions
Fabric-1.21.5-5.0.0
Release
Raised 5.0.0 (Fabric 1.21.5)last year 3,687
Compatibility
Minecraft: Java Edition
1.21.5
Platform
Fabric
Supported environments
Client-side
Required content
Changes
- Added layer registry system to allow for configuration of individual vanilla and modded layers (no longer limited to hardcoded layers).
- Added support for moving subtitles.
- Changed (Neo)Forge overlay registry mixin to generate a layer entry that is added to Raised's layer registry.
- Consolidated (Neo)Forge GUI render event listeners (fixes crash with JourneyMap).
- Added config screen extension point support for (Neo)Forge.
- Reworked API to allow for registering a layer and getting pre-calculated x/y-axis offsets.
- Reworked config screen to display list of layers sorted by respective mod tab.
- Added direction icons to show current direction configuration of layer on list entry.
- Added support for custom layer icons for registered layer entries.
- Reworked commands to reflect configuration changes.
- Reworked translations.
- Fixed chat tooltip not being translated on y-axis and x-axis being translated by y-axis value on 1.16-1.18.2.
- Restored support for 1.16-1.16.4 in the 1.16.5 release (mostly involved Fabric events and registries).
- Restored support for base 1.19 in additional release (no longer compatible with the 1.19.2 release).
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:nCQRBEiR:Sno2z0g4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nCQRBEiR:Sno2z0g4"
}

