Creates modinfo.json
Used by the python script to send to the ELN mod for version update information
This commit is contained in:
parent
714109a5ae
commit
14aa4d1bf4
|
|
@ -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
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue