Skip to content

Release 1.17.2

Compare
Choose a tag to compare
@tastybento tastybento released this 21 Aug 00:10
· 181 commits to master since this release
395709d

Compatibility

✔️ BentoBox API 1.17.0.
✔️ Minecraft 1.17
✔️ Java 16

Changelog

Legend

  • 🔡 locale files may need to be regenerated or updated.
  • ⚙️ config options have been removed, renamed or added.
  • 🔺 special attention needed.

Features

  • 🔡 Added Vietnamese (commit: f7c44c7)
  • Added chest/hopper placeholders, refactored getBlockCounts to be consistent, implemented getBlockCount (commit: 21986d3) — realjasonliu
  • Simplified how to register placeholders, changed default getBlockCount to 0 instead of -1 (commit: 0a193eb) — realjasonliu
  • Registers all blocks as placeholders (commit: f94a4ac) — realjasonliu

Bug Fixes

  • Remove async around entity call #135 (commit: 4c5fdd6)