-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Visualization of selection/clipboard #128
Comments
Also why not to implement structure blocks format to use it as schematics? |
This is not a viable way to solve the boundaries, as it will turn invisible when the structure block is out of the vision field of the player. I have been looking at other options but there are drawbacks for most approaches. As for the structure block format, structure block saves are not yet in the main release of Bedrock edition, so I will consider implementing them once they are. |
Check this gist: https://gist.github.com/Frago9876543210/f1a79cfc09405ec06234f29e67ec0dfc |
The problem is that the outlines are not rendered when you're not looking at the structure block tile, meaning it's practically useless for larger selections. It also only allows rectangular shapes while I would like to be able to do different shapes too. |
Description
This could also be useful for pinpointing the area. BTW, server can read offset of structure blocks using StructureBlockUpdatePacket.
The text was updated successfully, but these errors were encountered: