promotional bannermobile promotional banner

Bountiful (Fabric)

Adds bounty boards, giving rewards for collecting different blocks and items.

File Details

BountifulFabric-5.0.0-1.19.4.jar

  • R
  • Mar 21, 2023
  • 682.51 KB
  • 15.2K
  • 1.19.4
  • Fabric

File Name

BountifulFabric-5.0.0.jar

Supported Versions

  • 1.19.4

Curse Maven Snippet

Fabric

modImplementation "curse.maven:bountiful-fabric-521673:4450307"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

[5.0.0] for 1.19.4 - 2023-03-21

Added

  • Added the ability to compost both Bounties and Decrees
  • Added Criterion type objectives - see the wiki for details!
    • These objectives allow us to check for objective completion using the same triggers that vanilla uses for Advancements
    • This allows us to create fun objectives such as "kill a zombie while on fire" if we want!
  • Added Notifications upon bounty completion
    • Toast notifications and audio notifications (ping sound) are currently added
    • This can be toggled off in the config
  • Added a patch-overwrite system for data loading for modpack makers
    • This allows modpack makers to edit/update/remove specific bounties without replacing entire pools
  • Added compat for new mods such as Tech Reborn, Xtra Arrows and Villager Hats
  • Did a minor balance pass, adding a few rewards where applicable to several pools
  • Added a new Decree called the Inventor Decree, used for redstone and tech mod related items

Changed

  • Non-core data now loads from built-in resource packs
    • This allows us to create a resource pack for every mod we want to add compatibility for
    • This also allows users to turn off compatibility easily for any mods they desire
    • These packs are loaded by default if the associated mod is present
    • Players can use the /datapack command or modify datapacks on world creation to change which compat is enabled for a particular world
  • Bounty pool entries are each given its own ID so that other mods and data packs can more easily overwrite only parts of our data
  • Fundamentally changed how bounty data is stored in bounties
    • This will break existing bounties if upgrading a world that used Bountiful from before 1.19.4 to 1.19.4

Fixed

  • Fixed rare situation where bounties with unmet dependencies could be partially, but not fully completed