MinicraftPlus / minicraft-plus-revived

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

Make books writable #319

Open BenCheung0422 opened 2 years ago

BenCheung0422 commented 2 years ago

Is your feature request related to a problem? Please describe. The current book is not editable and useable for players.

Describe the solution you'd like A rewriting of the book system. The data of the book would ideally be stored at "worldSave/books/". There should be editable and non-editable books. The book should contain contents with pages, name (title) of the book. The current book (BookData.java) system should be written as "game info".

BenCheung0422 commented 2 years ago

Because the book data is saved in item data and the compatibility of the current save system, it is delayed to 3.0.

BenCheung0422 commented 2 years ago

This is co-reliant to the new saveload system due to the book saving.