eduran84 / LTN_Tracker

Other
7 stars 6 forks source link

Mark beta version as incompatible to Stable #26

Closed 0ptera closed 5 years ago

0ptera commented 5 years ago

Adding this to info.json in the beta release will prevent players from even trying to run beta and stable at the same time.

"dependencies": ["base >= 0.17.11", "LogisticTrainNetwork >= 1.10.7", "OpteraLib >= 0.1.5", "!LTN_Tracker" ]

Similarily you could make the stable deactivate itself when it sees the beta. No idea what factorio would do if you do both though.

eduran84 commented 5 years ago

Thanks, will add this for the next version.