All versions
1.2_26.2
Release
Village Bounties 1.2 for 26.2last month 139
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Changes
Village Bounties Changelog 1.2
Updated for NeoForge 1.21.1, 1.21.4, 1.21.8, 1.21.11, and 26.2
New for 1.21.11
- Village Bounties now fully supports Minecraft and NeoForge 1.21.11 !!!
Changes
- Added customizable reward items for Easy, Medium, Hard, and Elite bounties. You can give each difficulty its own reward or continue using one reward item for everything.
- Added a configurable reward multiplier for easily increasing or decreasing all bounty payouts.
Thanks, YonCZ!
- Reorganized the in-game config screen into clearer General and Reward sections.
- Fixed bounty boards choosing the wrong appearance or bounty selection in villages that cross biome boundaries.
- Board menus now require players to remain within eight blocks of the same bounty board.
- Improved Hard diamond-delivery rewards to better match the rarity and value of diamonds.
- Torches now appear only in Easy and Medium bounties.
- Corrected slime-ball rewards across Easy, Medium, and Hard bounties.
- Improved automatic bounty-board placement and reliability.
Village Bounties 1.2 is the final planned update for Minecraft and NeoForge 1.21.4.
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:q3FFq595:LsJnjJCo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:q3FFq595:LsJnjJCo"
}

