Skip to content

Release 2.3.2

Latest

Choose a tag to compare

@tastybento tastybento released this 15 Jun 14:51
30d54b0

New in this release

A small follow-up to 2.3.1 that completes the ocean-biome fix and repairs how the addon writes its config. If biome changes weren't sticking on SkyBlock/AcidIsland (ocean) islands, this is the release that makes the fix fully take hold and the change-ocean-biomes option visible and editable.

  • ⚙️ change-ocean-biomes is now in config.yml. The option (added in 2.3.0) was never written to the shipped config template, so it didn't appear on disk and couldn't be configured. [PR #174]
  • 🔧 config.yml now self-heals on load. Settings are written back after loading, so options added in new versions are added to existing configs automatically with their defaults — previously, loading only read values and never wrote missing keys. This is the root cause behind the option being invisible. [PR #175]

Together with the default change shipped in 2.3.1, these complete the fix for #171.

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.

🔺 Upgrading from 2.3.0 / 2.3.1 — no config edit needed. On first load the config self-heals: change-ocean-biomes is written out as true automatically and biome changes work out of the box. (If you previously set it to false on purpose to preserve oceans, that value is kept.)

Legend

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

What's Changed

Full Changelog: 2.3.1...2.3.2