And make the 1.19 chat registry nbt public

This commit is contained in:
Nassim Jahnke 2022-08-04 16:29:35 +02:00
parent 2b735172bd
commit 78342da180
No known key found for this signature in database
GPG Key ID: 6BE3B555EBC5982B

View File

@ -75,7 +75,7 @@ public final class EntityPackets extends EntityRewriter<Protocol1_19To1_18_2> {
" ]\n" +
" }\n" +
"}";
private static final CompoundTag CHAT_REGISTRY;
public static final CompoundTag CHAT_REGISTRY;
static {
try {