JuliaBerry / PiCraft.jl

Manipulate Minecraft on the Raspberry Pi from Julia
https://juliaberry.github.io/PiCraft.jl/
Other
38 stars 11 forks source link

GSoC: Get Block Data + Expand function definition #9

Closed Ellipse0934 closed 6 years ago

Ellipse0934 commented 6 years ago

Now world.getBlock() returns the block data by default. This is important to get the orientation of the Block. The definition for setBlock is now function setBlock(pos::Tuple{Real, Real, Real},block::PiCraft.Block). However it is backwards compatible