15 lines
300 B
JSON
15 lines
300 B
JSON
{
|
|
"icon": "/assets/tomato-seeds/icon.png",
|
|
"label": "Tomato Seeds",
|
|
"projection": {
|
|
"distance": [1, -1],
|
|
"grid": [
|
|
[1, 1, 1],
|
|
[1, 1, 1],
|
|
[1, 1, 1]
|
|
]
|
|
},
|
|
"projectionCheck": "/assets/tomato-seeds/projection-check.js",
|
|
"start": "/assets/tomato-seeds/start.js"
|
|
}
|