Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-08 17:20:24 +01:00
Update sounds to 16w42a
Dieser Commit ist enthalten in:
Ursprung
2424057536
Commit
783542401b
@ -224,19 +224,25 @@ public class Protocol1_11To1_10 extends Protocol {
|
|||||||
int newId = id;
|
int newId = id;
|
||||||
if (id >= 85) // Hello shulker boxes
|
if (id >= 85) // Hello shulker boxes
|
||||||
newId += 2;
|
newId += 2;
|
||||||
|
if (id >= 174) // Hello Guardian flop
|
||||||
|
newId += 1;
|
||||||
if (id >= 194) // Hello evocation things
|
if (id >= 194) // Hello evocation things
|
||||||
newId += 8;
|
newId += 8;
|
||||||
if (id >= 196) // Rip the Experience orb touch sound :'(
|
if (id >= 196) // Rip the Experience orb touch sound :'(
|
||||||
newId -= 1;
|
newId -= 1;
|
||||||
if (id >= 269) // Hello Liama's
|
if (id >= 269) // Hello Liama's
|
||||||
newId += 8;
|
newId += 9;
|
||||||
|
if (id >= 277) // Hello Mule chest
|
||||||
|
newId += 1;
|
||||||
if (id >= 370) // Hello Vex
|
if (id >= 370) // Hello Vex
|
||||||
newId += 4;
|
newId += 4;
|
||||||
if (id >= 376) // Hello vindication
|
if (id >= 376) // Hello vindication
|
||||||
newId += 3;
|
newId += 3;
|
||||||
|
if (id >= 423) // Equip Elytra
|
||||||
|
newId += 1;
|
||||||
if (id >= 427) // Hello empty bottle
|
if (id >= 427) // Hello empty bottle
|
||||||
newId += 1;
|
newId += 1;
|
||||||
if (id > 441) // Hello item totem use
|
if (id >= 441) // Hello item totem use
|
||||||
newId += 1;
|
newId += 1;
|
||||||
return newId;
|
return newId;
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren