Send creeper metadata on spawn

This commit is contained in:
themode 2021-01-21 12:33:04 +01:00
parent b5a01d6571
commit 7a4f3672de
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ public class EntityCreeper extends EntityCreature implements Monster {
return packet -> {
super.getMetadataConsumer().accept(packet);
fillMetadataIndex(packet, 15);
fillMetadataIndex(packet, 16);
fillMetadataIndex(packet, 17);
};
}