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

Virtual blocks calculation loop #140

Open
george112n opened this issue Oct 20, 2024 · 1 comment
Open

Virtual blocks calculation loop #140

george112n opened this issue Oct 20, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@george112n
Copy link
Member

There is still one issue left with virtual blocks calculations, and that is when the blocks are not set in the world before a calculation occurs. what this does is that in some instances it causes a calculation to occur where there are 0 block changes, and this creates a loop because the calculation is never marked off as complete.

I believe block change events can be used to solve the first issue - the command should only be ran once all of the existing virtual blocks have been placed on the world.

The second is more difficult if there is indeed not supposed to be any block changes.

@george112n george112n added this to the Version 1.1.0 Beta 9 milestone Oct 20, 2024
@george112n george112n added the bug Something isn't working label Oct 20, 2024
@george112n
Copy link
Member Author

A detailed description of the process, the problems, the current solutions, and better solutions.

Virtual Blocks.pdf

This document outlines a solution to virtual blocks which does not rely on any assumptions or hope. It should perform without bugs in all circumstances.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant