PaperMC / PaperMC/Paper

Bees aren't affected by setting generic fly speed

Open
#9,827 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

status: accepted type: bug upstream: vanilla
Dominant language
Java
Stars
12.7k
Forks
3.5k
Avg merge
3d 13h
Merged PRs (30d)
11

Description

Expected behavior

Bees should fly faster or lower depending on the attribute set of generic fly speed but they don't.

Observed/Actual behavior

There is a bug on the mojang bug website since 1.15 but it never got fixed.

Steps/models to reproduce

Create a bee entity, change the attribute fly speed and the bee keeps the default value.

You can test also with the command: /summon minecraft:bee ~ ~ ~ {Attributes:[{Name:"generic.flying_speed",Base:3.0}]}

Plugin and Datapack List

Just a plugin to test this. No datapacks.

Paper version

[13:09:30 INFO]: Checking version, please wait...
[13:09:30 INFO]: This server is running Paper version git-Paper-234 (MC: 1.20.2) (Implementing API version 1.20.2-R0.1-SNAPSHOT) (Git: f613437)
You are running the latest version

Other

This the link to the mojang bug post link

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the issue with a bee and the supplied /summon command using a generic.flying_speed value such as 3.0. Trace the bee entity's flying-speed and movement handling, then verify that changing the attribute makes the bee fly faster or lower than its default behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
game-dev
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.