package common // Block data from Minetest database. type Block struct { Coord Coord Data []byte }