setSignText's 64-character limit is restrictive
Kan18 opened this issue ยท 1 comments
The setSignText method imposes a 64-character limit on each line of text. However, Minecraft's sign update packet has a 384-character limit on text. Having only 64 characters to work with can be restrictive when dealing with thin characters that have many formatting codes individually applied (example attached). The limit should be increased to 384, as Minecraft's code has it at. Related issue: #43