36 lines
770 B
JSON
36 lines
770 B
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_4x2": {
|
|
"type": "plate",
|
|
"studs_x": "4",
|
|
"studs_y": "2"
|
|
},
|
|
"Plate_2x2": {
|
|
"type": "plate",
|
|
"studs_x": "2",
|
|
"studs_y": "2"
|
|
},
|
|
"Plate_2x1": {
|
|
"type": "plate",
|
|
"studs_x": "2",
|
|
"studs_y": "1"
|
|
}
|
|
},
|
|
"fileFormatVersion": "1"
|
|
}
|