mirror of
https://github.com/Ellpeck/PrettyPipes.git
synced 2024-11-22 11:53:29 +01:00
also fix the toml here
This commit is contained in:
parent
0493df938f
commit
ac0c456196
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ issueTrackerURL="https://github.com/Ellpeck/PrettyPipes" #optional
|
|||
# The modid of the mod
|
||||
modId="prettypipes" #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="Pretty Pipes" #mandatory
|
||||
# A URL to query for updates for this mod. See the JSON update specification <here>
|
||||
|
|
Loading…
Reference in a new issue