Fix version reporting for Forge 1.13.2
This commit is contained in:
parent
2c8ae6fb16
commit
95493d59b1
6 changed files with 12 additions and 35 deletions
|
|
@ -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
|
||||
'''
|
||||
|
|
|
|||
|
|
@ -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": []
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue