13
0
geforkt von Mirrors/Velocity

Fix bad Respawn packet ID, which broke 1.12.1

Dieser Commit ist enthalten in:
Andrew Steinborn 2019-01-19 00:09:18 -05:00
Ursprung 67591900e6
Commit 078d0ebc96

Datei anzeigen

@ -162,7 +162,7 @@ public enum StateRegistry {
map(0x07, MINECRAFT_1_8, true), map(0x07, MINECRAFT_1_8, true),
map(0x33, MINECRAFT_1_9, true), map(0x33, MINECRAFT_1_9, true),
map(0x34, MINECRAFT_1_12, true), map(0x34, MINECRAFT_1_12, true),
map(0x35, MINECRAFT_1_12_2, true), map(0x35, MINECRAFT_1_12_1, true),
map(0x38, MINECRAFT_1_13, true)); map(0x38, MINECRAFT_1_13, true));
clientbound.register(ResourcePackRequest.class, ResourcePackRequest::new, clientbound.register(ResourcePackRequest.class, ResourcePackRequest::new,
map(0x48, MINECRAFT_1_8, true), map(0x48, MINECRAFT_1_8, true),