i am in the process of splitting DyTech in 2 parts, 1 for Graphics and 1 for the Codes.
the only problem is that by adding this to both info.json:
DyTech's info.json:
Code: Select all
{
"name":"DyTech",
"author":"Dysoch",
"version":"1.1.0",
"title":"DyTech",
"homepage":"https://forums.factorio.com/forum/viewtopic.php?f=14&t=1563",
"description":"A mod that extends the game with more machine tiers, technology and new items!",
"dependencies": ["base >= 0.8.0", "DyTech-Graphics >= 1.0.0"]
}
Code: Select all
{
"name":"DyTech-Graphics",
"author":"Dysoch",
"version":"1.0.0",
"title":"DyTech-Graphics",
"homepage":"https://forums.factorio.com/forum/viewtopic.php?f=14&t=1563",
"description":"This is the DyTech Mod that adds all graphics for DyTech",
"dependencies": ["base >= 0.8.0", "DyTech >= 1.1.0"]
}

i want to have dependencies to both, so they disable at start when installed or updated incorrectly
