spego/Lego.json

66 lines
1.5 KiB
JSON

{
"parameterSets": {
"Brick_4x2": {
"type": "brick",
"studs_x": "4",
"studs_y": "2"
},
"Brick_2x2": {
"type": "brick",
"studs_x": "2",
"studs_y": "2"
},
"Brick_2x1": {
"type": "brick",
"studs_x": "2",
"studs_y": "1"
},
"Plate_16x16": {
"type": "plate",
"studs_x": "16",
"studs_y": "16"
},
"Plate_6x6": {
"type": "plate",
"studs_x": "6",
"studs_y": "6"
},
"Plate_10x2": {
"type": "plate",
"studs_x": "10",
"studs_y": "2"
},
"Plate_4x2": {
"type": "plate",
"studs_x": "4",
"studs_y": "2"
},
"Plate_3x2": {
"type": "plate",
"studs_x": "3",
"studs_y": "2"
},
"Plate_2x2": {
"type": "plate",
"studs_x": "2",
"studs_y": "2"
},
"Plate_2x1": {
"type": "plate",
"studs_x": "2",
"studs_y": "1"
},
"Slope45_2x1": {
"type": "slope45",
"studs_x": "2",
"studs_y": "1"
},
"Knob_2x2": {
"type": "knob",
"studs_x": "2",
"studs_y": "2"
}
},
"fileFormatVersion": "1"
}