forked from GeyserMC/Geyser
According to all known laws of aviation, bees exist
This commit is contained in:
parent
117cdf282d
commit
b9ccabb3bb
1 changed files with 1 additions and 0 deletions
|
@ -150,6 +150,7 @@ public enum EntityType {
|
||||||
COD(AbstractFishEntity.class, 112, 0.25f, 0.5f),
|
COD(AbstractFishEntity.class, 112, 0.25f, 0.5f),
|
||||||
PANDA(PandaEntity.class, 113, 1.25f, 1.125f, 1.825f),
|
PANDA(PandaEntity.class, 113, 1.25f, 1.125f, 1.825f),
|
||||||
FOX(FoxEntity.class, 121, 0.5f, 1.25f),
|
FOX(FoxEntity.class, 121, 0.5f, 1.25f),
|
||||||
|
BEE(BeeEntity.class, 122, 0.6f, 0.6f),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Item frames are handled differently since they are a block in Bedrock.
|
* Item frames are handled differently since they are a block in Bedrock.
|
||||||
|
|
Loading…
Reference in a new issue