konstructs / server

A voxel based game server.
http://www.konstructs.org
MIT License
49 stars 12 forks source link

API: Ask for a list of blocks #80

Closed nsg closed 8 years ago

nsg commented 8 years ago

At the moment you can only ask the server for a single block, this is a pain to use and we need to add the ability to make more clever queries. As a simple easy to implement solution (for now) add the option to ask for a cube of blocks.

get blocks between x1, y1, z1 and x2, y2, z2

petterarvidsson commented 8 years ago

This was fixed in #90