silphius/resources/tomato-seeds/tomato-seeds.json
2024-09-27 07:45:13 -05:00

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"
}