META-INF.mods.toml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of YungsApi Show documentation
Show all versions of YungsApi Show documentation
A common API for YUNG's Minecraft mods
modLoader="javafml"
loaderVersion="${forge_loader_version_range}"
license="${license}"
issueTrackerURL="https://github.com/yungnickyoung/YUNGs-Api/issues"
[[mods]]
modId="${mod_id}"
version="${version}"
displayName="${mod_full_name}"
credits="${mod_credits}"
authors="YUNGNICKYOUNG"
description="${mod_description}"
logoFile="logo.png"
displayURL="https://www.curseforge.com/minecraft/mc-mods/yungs-api"
[modproperties.${mod_id}]
catalogueImageIcon="catalogue_icon.png"
catalogueBackground="catalogue_background.png"
[[dependencies.${mod_id}]]
modId="minecraft"
mandatory=true
versionRange="[${mc_version},1.22)"
[[dependencies.${mod_id}]]
modId="forge"
mandatory=true
versionRange="[${forge_version},)"