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-biomesis now inconfig.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.ymlnow 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
- Take backups of your server, for safety.
- Download this jar and put it in your addons folder — delete the old one.
- Restart the server.
🔺 Upgrading from 2.3.0 / 2.3.1 — no config edit needed. On first load the config self-heals:
change-ocean-biomesis written out astrueautomatically and biome changes work out of the box. (If you previously set it tofalseon purpose to preserve oceans, that value is kept.)
Legend
- ⚙️ config options have been removed, renamed, or added
- 🔺 special attention needed
What's Changed
- ⚙️ fix: add missing change-ocean-biomes entry to config.yml template by @tastybento in #174
- 🔧 fix: self-heal config.yml on load (write back missing keys) by @tastybento in #175
- Version 2.3.2 by @tastybento in #177
Full Changelog: 2.3.1...2.3.2