SwitchCraftCC / Plethora-Fabric

A peripheral provider for ComputerCraft, ported to Fabric
MIT License
16 stars 11 forks source link

feat: written/writable book meta providers #59

Closed Kan18 closed 1 year ago

Kan18 commented 1 year ago
image

This adds meta providers for Book and Quills and Signed Books. pages is the only new property for Book and Quills, but Signed Books get pages, author, generation, and opened as well. Closes #58. Feel free to fix my code if it isn't styled correctly or could be improved.

scmcgowen commented 1 year ago

Maybe change opened to last page (nil is when it has never been opened) since that’s what is in the nbt

Kan18 commented 1 year ago

Maybe change opened to last page (nil is when it has never been opened) since that’s what is in the nbt

I checked and the nbt does not seem to contain that