Book edits mistakenly occur on the network thread.
This is incorrect as the underlying code is not thread safe and in rare cases may cause issues including crashes.
Book edits mistakenly occur on the network thread.
This is incorrect as the underlying code is not thread safe and in rare cases may cause issues including crashes.
Confirmed for 19w42a. This modifies the player item's nbt and off-thread java map editing may cause concurrent modification given compound tags are backed by regular hash maps.