Creates modinfo.json

Used by the python script to send to the ELN mod for version update information
This commit is contained in:
Jared Dunbar 2021-07-24 21:49:54 +00:00
parent 714109a5ae
commit 14aa4d1bf4
1 changed files with 17 additions and 0 deletions

17
templates/modinfo.json Normal file
View File

@ -0,0 +1,17 @@
{
"stable":{
"version_major":1,
"version_minor":18,
"version_revision":3,
"url":"https://minecraft.curseforge.com/projects/electrical-age"
},
"dev":{
"version_major":1,
"version_minor":18,
"version_revision":3,
"version_date":"",
"url":""
},
"mod_url":"https://electrical-age.net/",
"manifest_version":1
}