While implementing an incompatible mod, I came across this issue:
info.json has 2 dependencies (one on base, and one incompatible mod) as shown below:
Code: Select all
{
"name": "MoreScience",
"version": "0.2.4",
"factorio_version": "0.17",
"title": "More Science",
"author": "lovely_santa",
"contact": "https://mods.factorio.com/mod/MoreScience/discussion",
"homepage": "https://mods.factorio.com/mod/MoreScience",
"description": "Changes the science pack recipes, take it to the next level. Just so it isn't always the same boring vanilla recipes...",
"dependencies": [
"base >= 0.17.23",
"!MoreSciencePacks"
]
}
lovely_santa