Paul19988 / Advanced-Slime-World-Manager

A Spigot plugin that implements the Slime Region Format.
GNU General Public License v3.0
185 stars 71 forks source link

Set 1.19 and 1.19.2 worldVersions to 0x09 #168

Open md5nake opened 1 year ago

md5nake commented 1 year ago

1.19.1 has the worldVersion 0x09, while 1.19 and 1.19.2 currently use the old 0x08 from 1.18.2. As far as I'm concerned, the world format changed in 1.19 and has remained the same in both patch 1 and 2. This PR sets the worldVersion of all three versions to 0x09 to prevent servers breaking when updating.