GentenStudios / Phoenix-OLD

Phoenix is an open world sandbox style voxel game designed to make all content optional.
BSD 3-Clause "New" or "Revised" License
30 stars 10 forks source link

Update block at pos #346

Open tobyplowy opened 3 years ago

tobyplowy commented 3 years ago

Story

Some blocks need to be able to update blocks around them like pipes or note blocks so we should add a basic implementation for this functionality. A more advanced implementation is https://github.com/GentenStudios/Phoenix/issues/114

Example add an on click event to a block and add a update "block next to me" function in that. Now build a chain of these and you can make a little power wire of blocks. you'd even be able to make the game of life with blocks once this feature is added but these are only really scratching the surface.

MVP

What are the minimum features needed for this story?

Stretch

What are some non-required features for this story?