Forge-1.19.2-v1.6.0
Compatibility
Changes
The Changelog:
[Release 1.19.2-v1.6.0]:
- Port to 1.19.2.
[Release 1.18.2-v1.5.0]:
- Port to 1.18.2.
[Release 1.18.1-v1.4.1]:
- Renamed packages to correspond to domain I own;
- If config option to require vanilla clock in inventory is enabled, clock from inventory will be rendered in HUD. Increases compatibility with Quark's clock anti-cheese system.
[Release 1.18.1-v1.4.0]:
- Implemented config option to have in-game time displayed instead of system time;
- Implemented config option to require vanilla clock in the inventory for HUD to be displayed;
- Implemented config option to stop numbers from spinning uncontrollably in the Nether or The End;
- Implemented config option to have 12-hour time format instead of 24-hour.
[Release 1.18.1-v1.3.0]:
- Initial 1.18 port.
[Release 1.17.1-v1.2.0]:
- Initial 1.17 port.
[Release 1.16.4-v1.1.1]:
- Correctly specified resources description in pack.mcmeta.
[Release 1.16.4-v1.1.0]:
- Initial 1.16 port. Targets 1.16.4 but should be compatible across 1.16.1-1.16.4 MC/Forge versions;
- Rectified overlay positioning relative to scaled window width/height;
- Clock HUD now resides to the right of hotbar by default;
- Expanded config to allow choosing among few standartized position presets for the clock, with an option to create custom preset with specified anchor point and X/Y offsets;
- Ennobled project building.
[Release 1.0.0]:
- Initial 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:fRPrNMfo:sEQKjHyf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fRPrNMfo:sEQKjHyf"
}

