SPIGOT-7731: Spawn eggs cannot have damage

By: Doc <nachito94@msn.com>
This commit is contained in:
CraftBukkit/Spigot
2024-06-10 14:06:34 +10:00
parent 95f120b7ff
commit 9db084c279
6 changed files with 4 additions and 84 deletions

View File

@@ -269,7 +269,7 @@ public final class CraftLegacy {
new Exception().printStackTrace();
}
SPAWN_EGGS.put((byte) 0, Material.PIG_SPAWN_EGG); // Will be fixed by updateMaterial if possible
SPAWN_EGGS.put((byte) 0, Material.PIG_SPAWN_EGG);
SPAWN_EGGS.put((byte) EntityType.BAT.getTypeId(), Material.BAT_SPAWN_EGG);
SPAWN_EGGS.put((byte) EntityType.BLAZE.getTypeId(), Material.BLAZE_SPAWN_EGG);