mirror of
https://github.com/amalthea-mc/ShopChest.git
synced 2024-11-10 04:31:06 +00:00
parent
076846d74e
commit
99a15fd8f6
@ -68,6 +68,8 @@ public class SpawnEggMeta {
|
|||||||
return EntityType.HORSE;
|
return EntityType.HORSE;
|
||||||
case "PolarBear":
|
case "PolarBear":
|
||||||
return EntityType.POLAR_BEAR;
|
return EntityType.POLAR_BEAR;
|
||||||
|
case "Ozelot":
|
||||||
|
return EntityType.OCELOT;
|
||||||
default:
|
default:
|
||||||
return EntityType.valueOf(nbtEntityID.toUpperCase());
|
return EntityType.valueOf(nbtEntityID.toUpperCase());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user