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

Beacon beams are not loaded from save if player is not within ~50 blocks of the Beacon #1723

Open
ThisIsBrady opened this issue May 1, 2024 · 1 comment

Comments

@ThisIsBrady
Copy link
Member

Minecraft seems to save the Levels tag for the Beacon BlockEntity as 0 instead of the actual value when there are no players within range of the beacon (or maybe when the beacon leaves simulation distance of the server?). Chunky checks that this tag is >0 to determine whether to generate a beam entity for the beacon.

Workarounds for the user include loading the chunks multiple times while moving the player in range of each beacon in the scene, or manually adding BeaconBeam entities through the Entities tab.

A possible solution for Chunky could be to check for at least one layer of valid blocks below the beacon block.

Related discussion in Discord: https://discord.com/channels/541221265512464394/1235105317759746130

@NotStirred
Copy link
Member

could we instead always create the beacon beam entity but hide it based on some check? That way it's easy to toggle on.

Alternatively we could add a finalizer that checks for the pyramid etc. that minecraft does

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

No branches or pull requests

2 participants