mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2025-01-24 08:21:23 +01:00
Woops, the sounds were still broken. Now it should be fixed. no lies this time
This commit is contained in:
parent
8ffc056a7e
commit
e1b3d21732
@ -145,13 +145,13 @@ public class ProtocolSnapshotTo1_9_3_4 extends Protocol {
|
||||
int newId = id;
|
||||
if (id >= 24) //Blame the enchantment table sound
|
||||
newId += 1;
|
||||
else if (id >= 248) //Blame the husk
|
||||
if (id >= 248) //Blame the husk
|
||||
newId += 4;
|
||||
else if (id >= 296) //Blame the polar bear
|
||||
if (id >= 296) //Blame the polar bear
|
||||
newId += 6;
|
||||
else if (id >= 354) //Blame the stray
|
||||
if (id >= 354) //Blame the stray
|
||||
newId += 4;
|
||||
else if (id >= 372) //Blame the wither skeleton
|
||||
if (id >= 372) //Blame the wither skeleton
|
||||
newId += 4;
|
||||
return newId;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user