Mod is not detected
Posted: Mon Jan 29, 2018 10:13 am
I am trying to make a simple mod, but I am unable to get it to show up in the game in the mods menu. What am I overlooking?
The folder is called:
missing-circuit_0.1.0
and contains the data.lua file:
as well as the json file
The folder is called:
missing-circuit_0.1.0
and contains the data.lua file:
Code: Select all
--data.lua
require("prototypes.items")
Code: Select all
{
"name": “MissingItemsCircuit",
"version": "0.1.0",
"factorio_version": "0.16",
"title": “Missing Items Circuit”,
"author": “Whitecold”,
"contact": "",
"homepage": "",
"description": "Adds combinator to output missing items for construction robots",
"dependencies": ["base >= 0.16.0"]
}