mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-25 03:25:11 +01:00
Fix Explosion Mapping (#2389)
This commit is contained in:
parent
d7c8f3a594
commit
72de597544
@ -150,6 +150,7 @@ public class Protocol1_17To1_16_4 extends Protocol<ClientboundPackets1_16_2, Cli
|
||||
map(Type.FLOAT); // X
|
||||
map(Type.FLOAT); // Y
|
||||
map(Type.FLOAT); // Z
|
||||
map(Type.FLOAT); // Strength
|
||||
handler(wrapper -> {
|
||||
// Collection length is now a var int
|
||||
wrapper.write(Type.VAR_INT, wrapper.read(Type.INT));
|
||||
|
Loading…
Reference in New Issue
Block a user