Closed wispborne closed 2 months ago
When a folder is installed through TriOS, and this option is enabled,
Result: highest version folder name doesn't change. New mod is installed. All versions lower than the highest have versioned folder names.
Done in 0.2.0
So, if someone has folder
LazyLib
with v1.1 and TriOS installs a new version v1.2...LazyLib
(v1.1) andLazyLib-1.2
(1.2).LazyLib-1.1
(v1.1) andLazyLib
(v1.2)`.This means that a dev with their IDE pointing to
mods/LazyLib
doesn't need to change anything, it'll just update their dependency.This should pair with #70.