Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ticks skip does not affect bees 'ticksInHive' value behavior #10350

Open
maxcom1 opened this issue Mar 23, 2024 · 0 comments
Open

Ticks skip does not affect bees 'ticksInHive' value behavior #10350

maxcom1 opened this issue Mar 23, 2024 · 0 comments
Labels
status: needs triage type: bug Something doesn't work as it was intended to. version: 1.20.4 Game version 1.20.4

Comments

@maxcom1
Copy link
Contributor

maxcom1 commented Mar 23, 2024

Expected behavior

Bees are exiting the hive basing on their ticksInHive value (it has to be greater than 2400). When we skip ticks, let's say 2400, the ticksInHive should increase by 2400 and the bee should exit hive, but it doesn't.

Observed/Actual behavior

ticksInHive isn't modified and we still have to wait 2400 ticks even they theoretically passed

Steps/models to reproduce

  • Place the hive/nest block and some flowers, spawn a bee and wait until it collect nectar and enter the hive
  • Check entity's ticksInHive (e.g. by /data)
  • Freeze the game - /tick freeze
  • Skip x ticks - /tick skip 1000
  • Unfreeze the game - /tick unfreeze
  • Check entity's ticksInHive (e.g. by /data) - it is still the same as before

Plugin and Datapack List

No plugins/datapacks

Paper version

version
[22:38:52 INFO]: Checking version, please wait...
[22:38:52 INFO]: This server is running Paper version git-Paper-461 (MC: 1.20.4) (Implementing API version 1.20.4-R0.1-SNAPSHOT) (Git: b600140)
You are running the latest version
Previous version: git-Paper-"33fb574" (MC: 1.20.4)

Other

No response

@maxcom1 maxcom1 added status: needs triage type: bug Something doesn't work as it was intended to. labels Mar 23, 2024
@maxcom1 maxcom1 changed the title Ticks skip does not affect bees 'ticksInHive' field Ticks skip does not affect bees 'ticksInHive' value behavior Mar 23, 2024
@kashike kashike added the version: 1.20.4 Game version 1.20.4 label Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: needs triage type: bug Something doesn't work as it was intended to. version: 1.20.4 Game version 1.20.4
Projects
Status: 🕑 Needs Triage
Development

No branches or pull requests

2 participants