the json required to define multi-block structures is super simple btw. you just specify the x,y,z coords and the block type for each block. here's the json for a door:
"Structure": {
"0,0,0": "CrudeDoorX",
"0,1,0": "CrudeDoorUpperX"
}
i think this could be real nice for modders in the future 馃
