mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-05 04:49:10 +01:00
fix mods.toml probably?
This commit is contained in:
parent
2d370c44b8
commit
fd903aae78
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue