Fix 1.20.3->1.20.2 cloud particle handling

This commit is contained in:
Nassim Jahnke 2024-04-26 13:19:09 +02:00
parent cddf30b60f
commit be742fc493
No known key found for this signature in database
GPG Key ID: EF6771C01F6EF02F

View File

@ -116,8 +116,6 @@ public final class EntityPacketRewriter1_20_3 extends EntityRewriter<Clientbound
particle.add(0, Type.STRING, "minecraft:entity"); particle.add(0, Type.STRING, "minecraft:entity");
} }
} }
rewriteParticle(event.user(), particle);
} else if (type == Types1_20_3.META_TYPES.poseType) { } else if (type == Types1_20_3.META_TYPES.poseType) {
final int pose = meta.value(); final int pose = meta.value();
if (pose >= 15) { if (pose >= 15) {