Links
Tags
Creators
Details
v1.1.0
Compatibility
Required content
Changes
The ability to set the position and scale of the HUD has been implemented. This can be set from the modmenu ( at #26, Thanks @obp3ter and @mrniddala )
What's Changed
- Implement Offsetting for HUD by @naari3 in https://github.com/naari3/offers-hud/pull/27
- Implement Scaling for HUD by @naari3 in https://github.com/naari3/offers-hud/pull/28
Full Changelog: https://github.com/naari3/offers-hud/compare/v1.0.2...v1.1.0
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| offers-hud-1.19-1.1.0-sources.jar | Unknown | 45.8 KiB |
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:Z35dS3OT:5iNa1evQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Z35dS3OT:5iNa1evQ"
}



