We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A plugin that returns information about any adjacent block (immediately touching) which can be useful for
voxel/voxel-quarry#1
And other things like a furnace
The text was updated successfully, but these errors were encountered:
Is there a plugin that allows us to get a particular block? given coordinates
Sorry, something went wrong.
Could also be useful for #6 multiblock structures.
It is voxel-engine API: https://github.com/voxel/voxel-engine-stackgl#get-the-value-of-a-voxel-at-some-position - game.getBlock(). Maybe a new API (possibly in a plugin) something like getBlocksAround()?
game.getBlock()
Thanks, I'll get started on that soon
z3t0
No branches or pull requests
A plugin that returns information about any adjacent block (immediately touching) which can be useful for
voxel/voxel-quarry#1
And other things like a furnace
The text was updated successfully, but these errors were encountered: