1.0.0
Compatibility
Changes
Items
- Bundle
Clubs
- Woods
- Iron
- Wedge
- Putter
- Baseball bat
- Hockey bat
Usables
- Tracker
- Point Counter
- Landmine
- Air Horn
- Coffee
- Elephant Gun
- Spring Boots
Arrows
- Reset
- Go Back (<-)
- Go Go (->)
Explain
Tracker
- Get
- Automaticly sincs your ball to its position
- or Right-Click on a Pitch Mark
- then when sneaking and in offhand you can see the distance between you and the Pitch Mark
Counter
- Right-Click adds +1
- Shift and Right-Click clears
Alt+Right-Click lets you see what the next number is
Pitch Mark
- name with a nametag
the tracker sees the pitch mark, when it holds "Hole" in the name, it uses the Name, else it does "Hole: ... (e.g. Pitch Mark)"
Golf Tee
- Right-Click a ball and it spawn on it
Landmine
- Right-Click
- drops on the floor
- when picked up, it explodes (survival)
Last's should explain itself
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:lDmHG8GQ:JwRNKdef"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lDmHG8GQ:JwRNKdef"
}

