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

Block Awareness #42

Open
z3t0 opened this issue Dec 31, 2015 · 4 comments
Open

Block Awareness #42

z3t0 opened this issue Dec 31, 2015 · 4 comments
Assignees

Comments

@z3t0
Copy link

z3t0 commented Dec 31, 2015

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

@z3t0
Copy link
Author

z3t0 commented Dec 31, 2015

Is there a plugin that allows us to get a particular block? given coordinates

@deathcap
Copy link
Member

Could also be useful for #6 multiblock structures.

@deathcap
Copy link
Member

Is there a plugin that allows us to get a particular block? given coordinates

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()?

@z3t0 z3t0 self-assigned this Dec 31, 2015
@z3t0
Copy link
Author

z3t0 commented Dec 31, 2015

Thanks, I'll get started on that soon

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