Tags
Creators
Details
Licensed LGPL-3.0-only
Published 5 years ago
All versions
2.0.0-1.18
Beta
Bountiful-Fabric 2.0.0-1.18-pre55 years ago 514
Compatibility
Minecraft: Java Edition
1.18-pre5
Platform
Fabric
Supported environments
Client and server
Changes
[2.0.0] for 1.18 - 2021-11-20
Added
- A new GUI interface for bounty boards
- Item Tag bounties
- e.g. get 10 of any type of wool
- Item bounties derived from item tag
- e.g. picks a type of wool and asks you to get 10 of it
- Command rewards for bounties (intended for modpack makers)
- runs a command when the bounty completes
- Bounty boards in villages (as well as newly crafted boards) come pre-populated with bounties
- Added a slider for bounty objective frequency
Fixed
- Fixed a problem with bounty board generation in villages
- Fixed an issue with reputation levels over 30 being allowed
Changed
- Lightly rebalanced many objectives and added some new rewards
- Lowered default bounty board generation frequency
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:BpwWFOVM:FW2gMFWm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BpwWFOVM:FW2gMFWm"
}
