awacke1 commited on
Commit
b26743d
·
verified ·
1 Parent(s): c50b518

Create kits.json

Browse files
Files changed (1) hide show
  1. kits.json +6 -0
kits.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ // kits.json
2
+ {
3
+ "BasicHouse": { "modules": ["Cube","Cone"] },
4
+ "BasicTree": { "modules": ["Cylinder","Sphere"] },
5
+ "CyberBlock": { "modules": ["Cube","Cylinder","Sphere"] }
6
+ }