pdemonaco / factorio-mod-updater

Python script to update mods on a dedicated factorio server
43 stars 14 forks source link

Display title instead of internal name, allow 0.18 mods on 1.0 #15

Closed clarfonthey closed 3 years ago

clarfonthey commented 4 years ago
  1. Displays the friendly mod title instead of its internal name
  2. Adds _version_match function which allows more advanced version compatibility checking. Right now it just allows 0.18 mods on 1.0.
pdemonaco commented 3 years ago

@clarfonthey thanks!