mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-12-04 07:53:29 +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++;
|
newID++;
|
||||||
if (oldID >= 166)
|
if (oldID >= 166)
|
||||||
newID += 4;
|
newID += 4;
|
||||||
|
if (oldID >= 179)
|
||||||
|
newID += 9;
|
||||||
if (oldID >= 226)
|
if (oldID >= 226)
|
||||||
newID++;
|
newID++;
|
||||||
if (oldID >= 373)
|
if (oldID >= 373)
|
||||||
@ -444,6 +446,8 @@ public class ProtocolSnapshotTo1_12_2 extends Protocol {
|
|||||||
newID++;
|
newID++;
|
||||||
if (oldID >= 443)
|
if (oldID >= 443)
|
||||||
newID += 16;
|
newID += 16;
|
||||||
|
if (oldID >= 484)
|
||||||
|
newID++;
|
||||||
if (oldID >= 485)
|
if (oldID >= 485)
|
||||||
newID++;
|
newID++;
|
||||||
if (oldID >= 508)
|
if (oldID >= 508)
|
||||||
|
Loading…
Reference in New Issue
Block a user