16 lines
324 B
JSON
16 lines
324 B
JSON
{
|
|
"icon": "/resources/tomato-seeds/icon.png",
|
|
"label": "Tomato Seeds",
|
|
"price": 20,
|
|
"projection": {
|
|
"distance": [1, -1],
|
|
"grid": [
|
|
[1, 1, 1],
|
|
[1, 1, 1],
|
|
[1, 1, 1]
|
|
]
|
|
},
|
|
"projectionCheck": "/resources/tomato-seeds/projection-check.js",
|
|
"start": "/resources/tomato-seeds/start.js"
|
|
}
|