Tags
Creators
Details
Licensed LGPL-3.0-only
Published 5 years ago
All versions
7.0.3
Release
Bountiful 7.0.3+1.20.4-Fabric2 years ago 10.7K
Compatibility
Minecraft: Java Edition
1.20.4
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Added
- Added a %RANDOM_INT(1, 4)% preprocessor value for commands - this will be replaced with a number between 1 and 4, for example.
Changed
- Players can no longer kill themselves with arrows or potions or anything else in order to fulfill minecraft:player entity objectives.
Fixed
- Fixed a rare crash where a villager would forget where the bounty board is located.
- TODO: Fix items being voided if the player closes their inventory with a stack attached to their cursor.
Optional dependencies
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:rylv8YCZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BpwWFOVM:rylv8YCZ"
}



