picraft icon indicating copy to clipboard operation
picraft copied to clipboard

An alternate Python Minecraft API for the Raspberry Pi

Results 4 picraft issues
Sort by recently updated
recently updated
newest added

A multi-block vector slice of World().blocks now properly returns block data instead of inevitably setting it to 0. Tested with Raspberry Jam.

As stated in the title, using `World().blocks[Vector(a, b, c)]` returns a block with its proper data value, but `World().blocks[Vector(a, b, c):Vector(d, e, f)]` returns a list of blocks with the...

Looks like there's an easier option than Raspberry Juice: https://www.instructables.com/id/Python-coding-for-Minecraft/ Oh, and add a link to https://github.com/JuliaBerry/PiCraft.jl while you're at it!

Need lots more recipes, including ones covering absolutely basic functionality (along the lines of the introductory recipes in the Basic chapter of picamera). Wouldn't hurt to have a lot more...

enhancement