Skeleton of a Mod


basic skeleton for a mod

Internal
2 years ago
1.1
77
Owner:
Honktown
Source:
N/A
Homepage:
N/A
License:
The Unlicense (Public Domain)
Created:
2 years ago
Latest Version:
0.0.1 (2 years ago)
Factorio version:
1.1
Downloaded by:
77 users

Empty mod with example files and details for setting up a mod. (hopefully meaningful for a beginner)

Meant to make it a little easier to start a mod:
1) extract skeleton_VERSION.zip in mods folder and make sure it is mods/skeleton_VERSION/files
2) code can be written immediately in control or data / data-final-fixes files
3) change name of folder, change mod name to match in info.json
4) change title, description, and author in info.json , too :p

Note: This mod does nothing by itself. To see example control code, remove block comment symbols indicated in control.lua