Links
Tags
Creators
Details
All versions
2.4.1
Release
Noxesium 2.4.12 years ago 114.7K
Compatibility
Minecraft: Java Edition
1.21.2–1.21.3
Platform
Fabric
Supported environments
Client-side
Required content
Changes
- Updated to 1.21.2 & 1.21.3.
- Map overlay can now be configured to show up in the opposite corners. (#102)
- The beam color of end crystals can now also be tweaked using the beam color setting.
- Added a new entity rule to set beam color to a linear fade between two colors, this allows recreating the vanilla end crystal beam properly.
- Dropped old patches that edit the culling hitbox of armor stand models. Instead display entities should be used as they allow editing the culling hitbox already in vanilla.
- Map UI now renders even when the F3 screen is up. This does mean it renders on top, but this is unavoidable as vanilla renders chat above F3 and we want the map to go above chat.
- Updated French translations (#108) by @TheFox580
- Updated Russian translations by @pe3ep (#109)
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:Kw7Sm3Xf:f2sp8h5o"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Kw7Sm3Xf:f2sp8h5o"
}

