I have created the basic directoyr structure with info.json (see below) and empty control.lua and data.lua.
Code: Select all
{
"name": "ConstructionAssistant",
"version": "0.1",
"title": "Construction Assistant",
"author": "quadrox",
"contact": "no-spam",
"homepage": "N/A",
"description": "Secret for now",
"dependencies": ["base >= 0.15.18"]
}