Primitive/addon.json
shadowscion 1966feb36b icon
2022-07-25 15:09:39 -05:00

17 lines
308 B
JSON

{
"title" : "Primitive",
"type" : "entity",
"tags" : [ "build", "fun" ],
"description" : "Procedurally generate shapes and models in real-time, for building contraptions.",
"ignore" :
[
"*.svn*",
"*.git*",
"*.txt",
"primitive.jpg",
"lua/tests/*",
"CONTRIBUTING.md",
"README.md"
]
}