File Details
BSkyBlock-1.20.0.jar
- R
- Apr 29, 2026
- 56.58 KB
- 343
- 26.1.2+10
File Name
BSkyBlock-1.20.0.jar
Supported Versions
- 26.1.2
- 26.1.1
- 26.1
- 1.21.5-Snapshot
- 1.21.11
- 1.21.10
- 1.21.9
- 1.21.8
- 1.21.7
- 1.21.6
- 1.21.5
Release Highlights
- 🐛 Mob spawning fixed — Vanilla mobs, fish, and squid now spawn correctly in BSkyBlock worlds. Two long-standing spawn issues are resolved in this release.
- ⚡ Modern chunk generation — The world generator has been updated to Paper's current
BiomeProviderAPI, replacing the deprecatedBiomeGridapproach. - 🔺 Paper 1.21.11 & BentoBox 3.13.0 required — This release targets the modern Paper and BentoBox APIs. See compatibility notes below.
- 🔡 MiniMessage locale migration — All locale files updated from legacy
&ccolor codes to MiniMessage format.
Compatibility
✔️ BentoBox API 3.13.0+
✔️ Paper Minecraft 1.21.5+, 26.1.x
✔️ Java 21+
Upgrading
- Take backups of your server before upgrading.
- Stop the server.
- Replace the BSkyBlock jar with this one in your addons folder.
- Restart the server.
- You should be good to go!
🔺 BentoBox version: This release requires BentoBox 3.13.0 or newer. Earlier versions of BentoBox will not load this addon.
🔡 Locale note: Locale files now use MiniMessage format for color tags (e.g.
<red>…</red>instead of&c). If you have customised your locale files, update any&c/&a/etc. codes to MiniMessage equivalents.
Legend
- 🔡 locale files may need to be regenerated or updated
- ⚙️ config options have been removed, renamed, or added
- 🔺 special attention needed
Bug Fixes
Mobs not spawning in BSkyBlock worlds
The ChunkGenerator was not overriding shouldGenerateMobs(), which defaults to false in the Bukkit API. This silently suppressed vanilla mob spawning in all BSkyBlock-generated worlds. The method now correctly returns true, restoring normal mob spawn behaviour.
Water animals (fish, squid) not spawning naturally
[PR #537] Fixes BentoBox #2593
Fish and squid stopped spawning naturally in BSkyBlock worlds after the 1.21 platform migration. The fix resolves the underlying world generator issue that was preventing water animal spawn conditions from being met.
Other Improvements
- ⚡ Migrate chunk generator to
generateNoise()+BiomeProviderAPI, replacing the deprecatedgenerateChunkData()+BiomeGridapproach used since older Paper versions [commit 32152b6] - 🔺 Update BentoBox API dependency from 2.7.1 to 3.13.0 [commit 407b483]
- 🔡 Migrate all locale sign text from legacy
&ccolor codes to MiniMessage format across 17 language files - Update CI to build on JDK 21 and migrate test stack to JUnit 5 + MockBukkit [PR #549]
What's Changed
- 🐛 Fix mob spawning in BSkyBlock worlds by @gochi9 in #541
- 🐛 Fix water animals not spawning naturally by @tastybento in #537
- ⚡ Migrate chunk generator to BiomeProvider API by @tastybento in <tt>32152b6</tt>
- 🔺 Bump BentoBox API version to 3.13.0 by @tastybento in <tt>407b483</tt>
- 🔡 Migrate locale sign text to MiniMessage format by @tastybento in <tt>45a78a2</tt>
- Update Russian localisation by @tastybento in <tt>ebce16b</tt>
- Migrate to Paper 1.21.11, Java 21, JUnit 5 + MockBukkit by @tastybento in #549
Full Changelog: <tt>1.19.1...1.20.0</tt>