MOre Forge 1.13.2 work

This commit is contained in:
Mike Primm 2019-03-09 18:38:30 -06:00
parent fc07198075
commit 8bca1f5e34
3 changed files with 40 additions and 5 deletions

View file

@ -0,0 +1,29 @@
modLoader="javafml"
loaderVersion="[25,)"
issueTrackerURL="https://github.com/webbukkit/dynmap/issues"
[[mods]]
modId="dynmap"
version="${file.jarVersion}"
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
'''
[[dependencies.dynmap]]
modId="forge"
mandatory=true
versionRange="[25,)"
ordering="NONE"
# Side this dependency is applied on - BOTH, CLIENT or SERVER
side="SERVER"
[[dependencies.dynmap]]
modId="minecraft"
mandatory=true
versionRange="[1.13.2]"
ordering="NONE"
side="SERVER"

View file

@ -0,0 +1,6 @@
{
"pack": {
"description": "Dynmap resources",
"pack_format": 4
}
}