Drop unsupported versions (1.13.0, 1.13.1, 1.14.0)

This commit is contained in:
Mike Primm 2020-05-16 13:29:39 -05:00
parent 95493d59b1
commit a571621e56
25 changed files with 5450 additions and 15 deletions

View file

@ -0,0 +1,25 @@
modLoader="javafml"
loaderVersion="[25,)"
issueTrackerURL="https://github.com/webbukkit/dynmap/issues"
[[mods]]
modId="dynmap"
version="${version}"
displayName="Dynmap"
authors="mikeprimm"
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.14.4]"
ordering="NONE"
side="SERVER"