mirror of
https://github.com/shadowscion/Primitive.git
synced 2025-03-04 03:02:58 -05:00
17 lines
308 B
JSON
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"
|
|
]
|
|
}
|