3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-10-03 08:41:05 +02:00

Fix 1.20.3 component meta type

Dieser Commit ist enthalten in:
Nassim Jahnke 2023-11-09 17:34:06 +10:00
Ursprung a2d287ff9f
Commit dbf4271c9d
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: EF6771C01F6EF02F

Datei anzeigen

@ -33,8 +33,8 @@ public final class MetaTypes1_20_3 extends AbstractMetaTypes {
public final MetaType longType = add(2, Type.VAR_LONG);
public final MetaType floatType = add(3, Type.FLOAT);
public final MetaType stringType = add(4, Type.STRING);
public final MetaType componentType = add(5, Type.COMPOUND_TAG);
public final MetaType optionalComponentType = add(6, Type.OPTIONAL_COMPOUND_TAG);
public final MetaType componentType = add(5, Type.TAG);
public final MetaType optionalComponentType = add(6, Type.OPTIONAL_TAG);
public final MetaType itemType = add(7, Type.ITEM1_20_2);
public final MetaType booleanType = add(8, Type.BOOLEAN);
public final MetaType rotationType = add(9, Type.ROTATION);