Support for 1.13
Gloorf opened this issue ยท 2 comments
Minecraft 1.13 makes many changes to the engine, the main one beeing a complete rework on how blocks are stored : there is no longer a hard limit of 255 different blocks, so most of the hacks using block data to increase the number of actual blocks (like all wool blocks sharing the same ID with different blocks data).
Spigot will have a compatibility layer for most of the incompatibles changes, but we shouldn't rely on it.
Some links to read :
https://www.spigotmc.org/threads/minecraft-1-13-what-to-expect.288714/
Duplicate of #349 ? Thanks for the links though.