Paper/UPDATE_NOTES.md

14 lines
784 B
Markdown
Raw Normal View History

2020-06-25 16:09:55 +02:00
# 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
2020-06-26 01:38:24 +02:00
* Make sure the flat bedrock setting doesn't do anything stupid
* Check DataBits foreach
2020-06-26 18:20:03 +02:00
* 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?