mcpi icon indicating copy to clipboard operation
mcpi copied to clipboard

Feature request: GetBlocksWithData

Open jean-philippe-martin opened this issue 4 years ago • 1 comments

Calling getBlockWithData in a loop is very slow. In contrast, getting even large areas with getBlocks is fast - but these don't include the data.

It would be very nice to have getBlocksWithData that returns the id and data for all blocks in between two coordinates (similar signature to getBlockWithData, richer outputs).

jean-philippe-martin avatar Oct 09 '20 20:10 jean-philippe-martin

You should ask the RaspberryJuice developers to add this (this won't be added into Minecraft Pi, but CAN be added with third-party mods such as mcpi-reborn). Once this is implemented in a plugin, one can add the function to the API.

leha-code avatar Jul 17 '22 22:07 leha-code