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

Prevent chunk loading during tile entity tests #288

Merged
merged 1 commit into from
Aug 10, 2024

Conversation

SoSeDiK
Copy link
Contributor

@SoSeDiK SoSeDiK commented Jul 1, 2024

block.getChunk().isLoaded() was loading the chunk and persistent tile nbt test was missing the check.

@tr7zw
Copy link
Owner

tr7zw commented Jul 21, 2024

Then we also should add a check that the chunk is even generated, cause getting the Chunk afaik also generates.

@tr7zw tr7zw merged commit 30b9319 into tr7zw:master Aug 10, 2024
1 check passed
@SoSeDiK SoSeDiK deleted the chunkload branch December 28, 2024 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants