mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-12-03 15:33:48 +01:00
18w11a sounds
This commit is contained in:
parent
74cb0d5167
commit
98a731e5df
@ -430,6 +430,8 @@ public class ProtocolSnapshotTo1_12_2 extends Protocol {
|
||||
newID++;
|
||||
if (oldID >= 166)
|
||||
newID += 4;
|
||||
if (oldID >= 179)
|
||||
newID += 9;
|
||||
if (oldID >= 226)
|
||||
newID++;
|
||||
if (oldID >= 373)
|
||||
@ -444,6 +446,8 @@ public class ProtocolSnapshotTo1_12_2 extends Protocol {
|
||||
newID++;
|
||||
if (oldID >= 443)
|
||||
newID += 16;
|
||||
if (oldID >= 484)
|
||||
newID++;
|
||||
if (oldID >= 485)
|
||||
newID++;
|
||||
if (oldID >= 508)
|
||||
|
Loading…
Reference in New Issue
Block a user