Self-Created Mod Not Showing Up in the in-game mod list?
Posted: Thu Feb 12, 2015 10:31 pm
So I'm attempting to create a simple mod that adds in charcoal and coal coke as alternative fuel sources, but the bare-bones isn't showing in the in-game mod list.
I'm currently using version 0.11.14. My prototype folder, control.lua, and data.lua are all empty. I'm following this tutorial.
EDIT: Nevermind, just needed fresh install
Inside failure-industries_more-fuels_1.0\info.json:
I'm currently using version 0.11.14. My prototype folder, control.lua, and data.lua are all empty. I'm following this tutorial.
EDIT: Nevermind, just needed fresh install
Inside failure-industries_more-fuels_1.0\info.json:
Code: Select all
{
"name": "failure-industries_more-fuels_1.0",
"version": "1.0",
"title": "Failure Industries' More Fuels",
"author": "bigyihsuan"
}