Version of Mod
Gets the version of the requested mod
Imports
To get started add the import
import dev.xdpxi.xdlib.api.v3.Loader;
Version of Mod
To get the version of a mod you do versionOfMod()
Loader.versionOfMod("modID");
Last updated