Skip to content

Release 1.18.2

Latest
Compare
Choose a tag to compare
@tastybento tastybento released this 01 Feb 17:15
39cd279

This release fixes an issue in new world creation where water creatures were not spawning naturally because recently the FLAT type of world height of the world became -63, i.e., one block above -64. Unfortunately, this fix doesn't change existing worlds. It can only affect new worlds.

To fix current worlds

Use are your own risk! Take a backup copy of your world beforehand

Load and edit the level.dat file of the world NBT tags to look like this:
image

This can be done manually via a tool like https://nbt.mcph.to/.

Another approach is to copy and paste the levels.dat file from another world that has been generated normally.

Compatibility

✔️ BentoBox API 3.0.0+
✔️ Minecraft 1.21.3 or later only
✔️ Java 21

Changelog

Legend

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

Upgrading

  1. 🔺Make sure you are running 1.21.3 or later!
  2. Stop the server. Make a backup just in case.
  3. Copy this jar over the old one
  4. Restart the server
  5. You should be good to go!

What's Changed

Full Changelog: 1.18.1...1.18.2