Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-03 14:50:30 +01:00
Make model customization type with previous handlers
Dieser Commit ist enthalten in:
Ursprung
d326dadb5d
Commit
a7835650bf
@ -62,7 +62,7 @@ public final class Protocol1_18To1_17_1 extends AbstractProtocol<ClientboundPack
|
||||
map(Type.BYTE); // View distance
|
||||
map(Type.VAR_INT); // Chat visibility
|
||||
map(Type.BOOLEAN); // Chat colors
|
||||
map(Type.BYTE); // Model customization
|
||||
map(Type.UNSIGNED_BYTE); // Model customization
|
||||
map(Type.VAR_INT); // Main hand
|
||||
map(Type.BOOLEAN); // Text filtering enabled
|
||||
read(Type.BOOLEAN); // Allow listing in server list preview
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren