Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed From 100 Pages per Book to 50 #12

Closed
wants to merge 4 commits into from

Conversation

PargonX
Copy link

@PargonX PargonX commented Mar 14, 2024

The default limit in Minecraft for pages in a book is 50, and bedrock users cannot read the pages after the 50th page, they just come in blank

@PargonX PargonX closed this Mar 14, 2024
@PargonX
Copy link
Author

PargonX commented Mar 15, 2024

also changed page line limit from 14 to 13 to prevent some words overflowing and not appearing

@PargonX PargonX reopened this Mar 15, 2024
@TheWilley
Copy link
Owner

I think adding a toggle to switch between a bedrock and java mode would be the better option, as that way we don't have to arbitrarily reduce the limit to 50 pages instead of 100.

Regrading the cutoff of words, its been an issue for a long time, although I've tried to solve it trough many patches. Changing the line limit to 13 will indeed solve the problem, as it creates an additional fallback line in case generation is not working as intended, but we also loose 50 / 100 lines of content. However, having words disappear is arguably worse than loosing some lines, so here's what I'm thinking:

  • The lines will be reduced to 13 until a proper fix for word cutoff is implemented.
  • A mode for bedrock will be created
  • I will close this pull request, but open an issue regarding the bedrock mode, and implement the 13 line limit in a separate commit ASAP

Also, thanks for bringing this to my attention, as I totally had forgot about bedrock mode as I've only ever played on java. Good catch!

@PargonX
Copy link
Author

PargonX commented Mar 16, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants