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

Block Scans loading chunks #317

Open
Raycoms opened this issue Mar 13, 2022 · 2 comments
Open

Block Scans loading chunks #317

Raycoms opened this issue Mar 13, 2022 · 2 comments
Assignees
Labels
bug Something isn't working priority:medium An issue with medium priority

Comments

@Raycoms
Copy link

Raycoms commented Mar 13, 2022

Describe the bug

A clear and concise description of what the bug is.

To Reproduce

Steps to reproduce the behavior:

  1. Create a new server
  2. Have a few people online
  3. Spark Profiler

Log output/error (if present)

Get your minecraft log and paste it here.

Expected behavior

Entities not loading chunks

Versions

  • Minecraft Version: 1.18.1
  • Platform (Forge/Fabric): Forge

Additional context

Basically, many of the entities do block scans to find a good positions. This might, when close to chunk borders, cause strong server lag spikes (Because it then might load a chunk).

It would make to check if the chunk is loaded first, before accessing it.

@itsmeow
Copy link
Owner

itsmeow commented Mar 13, 2022

Thanks for reporting this! I will include checks for this.

@Raycoms
Copy link
Author

Raycoms commented Mar 14, 2022

@itsmeow itsmeow self-assigned this Jun 7, 2022
@itsmeow itsmeow added bug Something isn't working priority:medium An issue with medium priority labels Jun 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority:medium An issue with medium priority
Projects
Development

No branches or pull requests

2 participants