Skip to content

v2.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Oct 14:19
· 97 commits to dev since this release
v2.6.0
774ad8b

Minecraft Bundles of Bravery Update

Added

  • Better(?) configuration migrations
  • Asynchronous configuration update packet handler
  • Packed with Shadow and Proguard Gradle plugins
  • sitting.apply_gravity and sitting.allow_in_air had a little conflict and were replaced with sitting.behaviour. It can
    have three values:
    • nothing: does nothing
    • discard: discards seats if they do not have any supporting block underneath them
    • gravity: applies movement to seats, e.g. gravity, getting pushed by pistons, fluids
  • sitting.should_center option that controls if seats should be placed in the centre of a block
  • Traditional Chinese translation by @yichifauzi at #45. Thank you!

Changed

  • Configuration category on_double_sneak was renamed to on_sneak (will automatically migrate)
  • Seats trying to find safe to dismount position
  • Seats checks for entity collisions too (like boats), when sitting.behaviour is Discard
  • Asynchronous configuration packet deserialization

Fixed

  • Option descriptions didn't show up in configuration menu (Mod Menu, YACL)
  • Crash if configuration's numeric values were not in range