Trying to cheat in items with a lot of nbt will result in player getting disconnected
Patbox opened this issue ยท 1 comments
Version: 1.0.19+1.20.1+fabric
EMI isn't installed on the server.
Caused by this part of code not checking the length of the string, as vanilla limits read/write to 256:
https://github.com/emilyploszaj/emi/blob/1.20/xplat/src/main/java/dev/emi/emi/screen/EmiScreenManager.java#L1159
This is a duplicate of #221, which really should be fixed soon.