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

Book page text limit does not exactly match vanilla behavior (MC 1.12.2) #12

Open
MrX13415 opened this issue Aug 22, 2018 · 0 comments
Open
Labels
wontfix This will not be worked on

Comments

@MrX13415
Copy link
Owner

In some cases, depending on the characters, it possible to squeeze a few more characters on to a single page then in vanilla Minecraft. (As of Minecraft version 1.12.2)
This is because how wordwrapping is handled.

In vanilla Minecraft the cursor stays in the last line in most cases. In some case it wrappes to the next line. which is behind the prev. and next button. A disadvantage from this is, that the last line can not contain the same amount of text as all lines before.

In our case the cursor always wrapps to the next line, which therfore does not match vanilla behavior.

To reproduce enter the following text into the last line of a book.

1234567890123456789

In vanilla Minecraft you will get:

123456789012345678

In our case we get:

1234567890123456789

@MrX13415 MrX13415 added the wontfix This will not be worked on label Aug 22, 2018
MrX13415 added a commit that referenced this issue Aug 22, 2018
Note: At this stage, we don't exactly match vanilla behavior
More Information: #12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant