Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-12-29 01:20:15 +01:00
Fix Explosion Mapping (#2389)
Dieser Commit ist enthalten in:
Ursprung
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); // X
|
||||||
map(Type.FLOAT); // Y
|
map(Type.FLOAT); // Y
|
||||||
map(Type.FLOAT); // Z
|
map(Type.FLOAT); // Z
|
||||||
|
map(Type.FLOAT); // Strength
|
||||||
handler(wrapper -> {
|
handler(wrapper -> {
|
||||||
// Collection length is now a var int
|
// Collection length is now a var int
|
||||||
wrapper.write(Type.VAR_INT, wrapper.read(Type.INT));
|
wrapper.write(Type.VAR_INT, wrapper.read(Type.INT));
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren