mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2025-02-16 19:51:35 +01:00
Merge pull request #263 from HugoDaBosss/apiv2
Fixed spawn experience orb packet
This commit is contained in:
commit
101f86c8cd
@ -103,7 +103,7 @@ public class SpawnPackets {
|
||||
map(Type.INT, toNewDouble); // 2 - Y - Needs to be divide by 32
|
||||
map(Type.INT, toNewDouble); // 3 - Z - Needs to be divide by 32
|
||||
|
||||
map(Type.INT); // 4 - Data
|
||||
map(Type.SHORT); // 4 - Amount to spawn
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user