Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated last year
All versions
3.1.0-1.20.2-1.20.4
Release
Creator Overlays 3.1.0-1.20.2-1.20.42 years ago 2,038
Compatibility
Minecraft: Java Edition
1.20.2–1.20.4
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Version 3.1.0-1.20.2-1.20.4
- Supports 1.20.2 - 1.20.4
- Fixes issue where Overlays couldn't be updated while Replay Mod Recordings were paused.
- Adds support for editing configs in the Creator Overlays GUI to improve usability.
- Adds new Color Mode to choose if the default color, or the previously used color is applied to the Overlay.
- Adds new Display Mode to choose if the Overlay is toggled on, on World Join, Replay Join, or functions like normal.
- Adds new Multi-selection system to the Tracking Points overlay, to allow you to select all tracking points of the same color and move them as a group.
- Removes the Golden Ratio overlay, as it added too much complexity and wasn't super useful.
- Updated some overlays to improve readability and useability.
- General improvements and bug fixes.
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:mPiLAv6e:krIY9uWK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mPiLAv6e:krIY9uWK"
}

