1.1.0
Compatibility
Changes
Manhunt Utility (Fabric 1.21.11) A gameplay utility mod designed for "Manhunt" style mini-games. This mod automates player tracking and introduces a dynamic progression system called "Bounties."
š Core Features Role Management: Assign roles via /speedrunner <player> and /hunter <player>.
Tracking Compasses:
Hunters: Receive a compass that dynamically updates to point toward the Speedrunner.
Speedrunners: Receive a "Structure Tracker" that locates Strongholds. In the Nether, players can toggle between Fortresses and Bastions by crouching.
Attribute Modifiers: The Speedrunner receives a +2.0 base attack damage modifier and a 20% increase to mining efficiency upon role assignment.
š The Bounty System (New!) To balance the game as it progresses, the mod tracks the Speedrunner's advancements. When a major milestone is reached, a Bounty is triggered:
Milestones: Triggered by entering the Nether, locating a Fortress, or locating a Stronghold.
Runner Reward: The Speedrunner is awarded one Enchanted Golden Apple to assist in high-pressure escapes.
Hunter Buff: Every Hunter on the server receives a permanent +1 Max Health (1 heart) boost per bounty claimed, making them increasingly difficult to defeat as the game nears the end.
š¦ Requirements & Installation Environment: Required on the Server only for logic/buffs, though players may install it on the client for command completion.
Dependency: Requires Fabric API.
Version: Fabric 1.21.11.
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:oFb634EQ:G1YR8VAA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oFb634EQ:G1YR8VAA"
}

