From 37e495a321fc9a33c923093396dea88fa43f9da3 Mon Sep 17 00:00:00 2001 From: Sebastiaan de Schaetzen Date: Fri, 17 Feb 2023 21:19:47 +0100 Subject: [PATCH] Add Plate_6x6 --- Lego.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Lego.json b/Lego.json index e75b83d..4755ddb 100644 --- a/Lego.json +++ b/Lego.json @@ -20,6 +20,11 @@ "studs_x": "16", "studs_y": "16" }, + "Plate_6x6": { + "type": "plate", + "studs_x": "6", + "studs_y": "6" + }, "Plate_4x2": { "type": "plate", "studs_x": "4",