MOre Forge 1.13.2 work
This commit is contained in:
parent
fc07198075
commit
8bca1f5e34
3 changed files with 40 additions and 5 deletions
29
forge-1.13.2/src/main/resources/META-INF/mods.toml
Normal file
29
forge-1.13.2/src/main/resources/META-INF/mods.toml
Normal 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"
|
||||
6
forge-1.13.2/src/main/resources/pack.mcmeta
Normal file
6
forge-1.13.2/src/main/resources/pack.mcmeta
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"pack": {
|
||||
"description": "Dynmap resources",
|
||||
"pack_format": 4
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue