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
The following NBT of a container can cause a java.lang.OutOfMemoryError: Java heap space. Therefore, this is prevented in the Name of the items on display, but it is not checked in the CustomName of the BlockEntityTag.
The text was updated successfully, but these errors were encountered:
Zailer43
changed the title
Crash method when opening containers with CustomName
Crash method with translations when opening containers (server crash) or books (client crash)
Apr 18, 2024
Details
The following NBT of a container can cause a
java.lang.OutOfMemoryError: Java heap space
. Therefore, this is prevented in theName
of the items ondisplay
, but it is not checked in theCustomName
of theBlockEntityTag
.Panilla/api/src/main/java/com/ruinscraft/panilla/api/nbt/checks/NbtCheck_display.java
Lines 35 to 78 in c384c90
Edit: I was testing, and currently, Panilla doesn't fix it in books either, only in the item name
NBT
Edit: Book
The text was updated successfully, but these errors were encountered: