mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2024-11-21 12:07:38 +01:00
Fix 1.20.3->1.20.2 cloud particle handling
This commit is contained in:
parent
cddf30b60f
commit
be742fc493
@ -116,8 +116,6 @@ public final class EntityPacketRewriter1_20_3 extends EntityRewriter<Clientbound
|
||||
particle.add(0, Type.STRING, "minecraft:entity");
|
||||
}
|
||||
}
|
||||
|
||||
rewriteParticle(event.user(), particle);
|
||||
} else if (type == Types1_20_3.META_TYPES.poseType) {
|
||||
final int pose = meta.value();
|
||||
if (pose >= 15) {
|
||||
|
Loading…
Reference in New Issue
Block a user