You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: