Sync Lectern In-World State to GUI State
hammy275 opened this issue ยท 1 comments
Vanilla remembers the page number of lecterns and uses it for the GUI right-click. We should:
- Use this for saving data instead of saving data ourselves separately. This would mean we no longer need any form of
WorldStorage
, since vanilla handles all the storing we need. - When immersively page-turning, set the GUI's page number, and vice-versa.