MinicraftPlus / minicraft-plus-revived

Minicraft+, an extension of Notch's original minicraft project, with tons more features.
GNU General Public License v3.0
456 stars 92 forks source link

Fix book item NullPointerException #635

Closed BenCheung0422 closed 4 months ago

BenCheung0422 commented 4 months ago

A NullPointerException occurred when interacted because the book content of the default book item has been set to null. The change was made by the resource pack update but later not updated correspondingly. This fixes this issue and set the book content back to the default empty one.

Litorom commented 4 months ago

Sorry wrong button