modLoader = "javafml" loaderVersion = "[45,)" license = "MIT" #issueTrackerURL="https://change.me.to.your.issue.tracker.example.invalid/" [[mods]] modId = "craterlib" version = "${file.jarVersion}" displayName = "CraterLib" #updateJSONURL="https://change.me.example.invalid/updates.json" #displayURL="https://change.me.to.your.mods.homepage.example.invalid/" logoFile = "multiloader.png" #credits="Thanks for this example mod goes to Java" authors = "HypherionSA, Misha" description = ''' A library mod used by HypherionSA's Mods ''' [[dependencies.craterlib]] modId = "forge" mandatory = true versionRange = "[45,)" ordering = "NONE" side = "BOTH" [[dependencies.craterlib]] modId = "minecraft" mandatory = true versionRange = "[1.19.4,1.20)" ordering = "NONE" side = "BOTH"