fix for meg beta

This commit is contained in:
zimzaza4
2024-12-15 22:15:52 +08:00
parent 8a0a1a3983
commit a9a961b45b
4 changed files with 5 additions and 5 deletions

View File

@@ -59,7 +59,7 @@ public class ModelEntity {
}
public PacketEntity spawnEntity() {
entity = new PacketEntity(EntityTypes.BAT, viewers, modeledEntity.getBase().getLocation());
entity = new PacketEntity(EntityTypes.PIG, viewers, modeledEntity.getBase().getLocation());
return entity;
}