forked from GeyserMC/Geyser
Add fox entity type
This commit is contained in:
parent
3e8ab6ca83
commit
73c9ee313c
1 changed files with 2 additions and 1 deletions
|
@ -135,7 +135,8 @@ public enum EntityType {
|
||||||
DROWNED(110, 1.95f, 0.6f),
|
DROWNED(110, 1.95f, 0.6f),
|
||||||
TROPICAL_FISH(111, 0.6f, 0.6f),
|
TROPICAL_FISH(111, 0.6f, 0.6f),
|
||||||
COD(112, 0.25f, 0.5f),
|
COD(112, 0.25f, 0.5f),
|
||||||
PANDA(113, 1.25f, 1.125f, 1.825f);
|
PANDA(113, 1.25f, 1.125f, 1.825f),
|
||||||
|
FOX(121, 0.5f, 1.25f);
|
||||||
|
|
||||||
private final int type;
|
private final int type;
|
||||||
private final float height;
|
private final float height;
|
||||||
|
|
Loading…
Reference in a new issue