Skip to content

Release 2.3.1

Choose a tag to compare

@tastybento tastybento released this 14 Jun 05:28
· 6 commits to master since this release
1d32e16

New in this release

  • ⚙️🔺 Biome changes apply to ocean islands again. The change-ocean-biomes option (added in 2.3.0) defaulted to false, which made Biomes skip every block already in an ocean biome — so an all-ocean island (SkyBlock/AcidIsland void worlds, which are entirely warm_ocean) was skipped entirely while still reporting success. The default is now true. Fixes #171. [PR #172]

Compatibility

✔️ BentoBox API 3.14.0+
✔️ Minecraft 1.21.x – 26.1.x
✔️ Java 21

Upgrading

  1. Take backups of your server, for safety.
  2. Download this jar and put it in your addons folder — delete the old one.
  3. Restart the server.

🔺 Note: On a server upgrading from 2.3.0, the change-ocean-biomes line is not written to your existing config.yml automatically in this version, but the new default (true) takes effect in memory, so biome changes work again. If you want to see/edit the option explicitly, add change-ocean-biomes: true to config.yml and /bbox reload. (This config-visibility gap is fully fixed in 2.3.2.)

Legend

  • ⚙️ config options have been removed, renamed, or added
  • 🔺 special attention needed

What's Changed

Full Changelog: 2.3.0...2.3.1