Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated last year
All versions
3.0.0-1.19.4
Release
Creator Overlays 3.0.0-1.19.43 years ago 309
Compatibility
Minecraft: Java Edition
1.19.4
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Version 3.0.0-1.19.4
- Only Supports 1.19.4
- Adds all new GUI for controlling Overlays, open using ~
- Adds Quarters overlay to the Gridlines, Rule of Thirds is still available as the Thirds overlay
- Adds all new Facecam Overlay to see what part of the screen your Facecam will take up, toggle using F7
- Adds all new Custom Overlay to easily add up to 4 Custom Overlays with the template resource pack available on modrinth, keybind is unbound by default
- Tracking Points are now stored in an Array List, allowing you to dynamically add and remove up to 16 tracking points to control, keybind is now unbound by default
- Overlay aethetics changed to improve usability
- Massive backend improvements to help with organization and easy expansion
- Tartar translation updates courtesy of Amirhan Taipovjan Greatest
- Versioning system updated to make more sense
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:yZBC9ZFe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mPiLAv6e:yZBC9ZFe"
}

