Paper/UPDATE_NOTES.md
Daniel Ennis e792da723a
Updated Upstream (Bukkit/CraftBukkit/Spigot) (#4728)
Upstream has released updates that appears to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

Bukkit Changes:
30885166 Update to Minecraft 1.16.4

CraftBukkit Changes:
3af81c71 Update to Minecraft 1.16.4

Spigot Changes:
f011ca24 Update to Minecraft 1.16.4

Co-authored-by: Mariell Hoversholm <proximyst@proximyst.com>
2020-11-02 20:22:15 -06:00

784 B

Shit to check

  • Mini: "Optimize World Server Map": Figure out how to fill PaperWorldMap, it needs a dim key which doesnt exist anymore?

  • Mini: "MC-50319": fix if still works

  • Make sure the flat bedrock setting doesn't do anything stupid

  • Check DataBits foreach

  • lighting is bork (load chunk, fly away, come back, everything or parts are black)

  • chunk generation seems slow with a lot of it happening

  • Fix IDE Debug JVM Flag for new versions of minecraft

  • Check if PlayerEditBookEvent: https://github.com/PaperMC/Paper/pull/1751
    The PlayerEditBookEvent is straight up not called anymore.
    The method to call it must now be PlayerConnection#a(List<String>, int) (CB bug).
    The item is presumably edited with the new page contents before it ever reaches this method?