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
|
2020-06-26 03:53:21 +02:00
|
|
|
* 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)
|
2020-08-25 04:22:08 +02:00
|
|
|
* chunk generation seems slow with a lot of it happening
|
|
|
|
* Fix IDE Debug JVM Flag for new versions of minecraft
|
2020-11-03 03:22:15 +01:00
|
|
|
|
|
|
|
* 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?
|