mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-02 16:49:37 +01:00
Merge remote-tracking branch 'origin/master' into dev
This commit is contained in:
commit
c3501a831e
@ -337,7 +337,7 @@ public class Protocol1_11To1_10 extends Protocol<ClientboundPackets1_9_3, Client
|
|||||||
id += 1;
|
id += 1;
|
||||||
if (id >= 197) // evocation things
|
if (id >= 197) // evocation things
|
||||||
id += 8;
|
id += 8;
|
||||||
if (id >= 196) // Rip the Experience orb touch sound :'(
|
if (id >= 207) // Rip the Experience orb touch sound :'(
|
||||||
id -= 1;
|
id -= 1;
|
||||||
if (id >= 279) // Liama's
|
if (id >= 279) // Liama's
|
||||||
id += 9;
|
id += 9;
|
||||||
|
Loading…
Reference in New Issue
Block a user