mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Fix fishing bobbers
This commit is contained in:
parent
298b5e7a53
commit
a45fdc508d
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ public enum EntityType {
|
|||
// TODO CAT (need to figure out how to deal with baby cats) https://github.com/NukkitX/Nukkit/blob/master/src/main/java/cn/nukkit/entity/passive/EntityCat.java
|
||||
|
||||
SHULKER_BULLET(76, 0f),
|
||||
FISHING_HOOK(77, 0f),
|
||||
FISHING_BOBBER(77, 0f),
|
||||
CHALKBOARD(78, 0f),
|
||||
DRAGON_FIREBALL(79, 0f),
|
||||
ARROW(80, 0.25f, 0.25f),
|
||||
|
|
Loading…
Reference in a new issue