Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-04 23:30:17 +01:00
Add fox entity type
Dieser Commit ist enthalten in:
Ursprung
3e8ab6ca83
Commit
73c9ee313c
@ -135,7 +135,8 @@ public enum EntityType {
|
||||
DROWNED(110, 1.95f, 0.6f),
|
||||
TROPICAL_FISH(111, 0.6f, 0.6f),
|
||||
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 float height;
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren