Hi,
we need version range dependencies because some of the mods have changed their API in an incompatible way...
Something like
modDependencies {
refinedstorage { loadAfter(refinedstorage_version, refinedstorage_version_max)}
}
Maybe an optional third param to define if the max version is inclusive or exclusive (']' or ')').
Thanks
Hi,
we need version range dependencies because some of the mods have changed their API in an incompatible way...
Something like
Maybe an optional third param to define if the max version is inclusive or exclusive (']' or ')').
Thanks