Fix version reporting for Forge 1.13.2

This commit is contained in:
Mike Primm 2020-05-03 22:23:32 -05:00
parent 2c8ae6fb16
commit 95493d59b1
6 changed files with 12 additions and 35 deletions

View file

@ -5,12 +5,7 @@ issueTrackerURL="https://github.com/webbukkit/dynmap/issues"
modId="dynmap"
version="${version}"
displayName="Dynmap"
#updateJSONURL="http://myurl.me/" #optional
#displayURL="http://example.com/" #optional
#logoFile="examplemod.png" #optional
#credits="Thanks for this example mod goes to Java" #optional
authors="mikeprimm"
# The description text for the mod (multi line!) (#mandatory)
description='''
Dynamic, Google-maps style rendered maps for your Minecraft server
'''

View file

@ -1,18 +0,0 @@
[
{
"modid": "Dynmap",
"name": "Dynmap",
"description": "Dynamic, Google Maps style web maps for Minecraft Servers",
"version": "${version}",
"mcversion": "${mcversion}",
"url": "https://www.reddit.com/r/Dynmap/",
"updateUrl": "",
"authors": [
"mikeprimm"
],
"credits": "Authored by mikeprimm",
"logoFile": "",
"screenshots": [ ],
"dependencies": []
}
]