fix mods.toml probably?

This commit is contained in:
Ellpeck 2020-04-28 21:20:37 +02:00
parent 2d370c44b8
commit fd903aae78

View file

@ -14,7 +14,7 @@ issueTrackerURL="https://github.com/Ellpeck/NaturesAura" #optional
# The modid of the mod
modId="naturesaura" #mandatory
# The version number of the mod - there's a few well known ${} variables useable here or just hardcode it
version="${version}" #mandatory
version="${file.jarVersion}"
# A display name for the mod
displayName="Nature's Aura" #mandatory
# A URL to query for updates for this mod. See the JSON update specification <here>