mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-10 20:50:11 +01:00
34 lines
691 B
JSON
34 lines
691 B
JSON
|
{
|
||
|
"schemaVersion": 1,
|
||
|
"id": "dynmap",
|
||
|
"version": "${version}",
|
||
|
"name": "Dynmap",
|
||
|
"description": "Dynamic, Google-maps style rendered maps for your Minecraft server",
|
||
|
"authors": [
|
||
|
"mikeprimm",
|
||
|
"LolHens",
|
||
|
"i509VCB"
|
||
|
],
|
||
|
"contact": {
|
||
|
"homepage": "https://github.com/webbukkit/dynmap",
|
||
|
"sources": "https://github.com/webbukkit/dynmap"
|
||
|
},
|
||
|
"license": "Apache-2.0",
|
||
|
"icon": "assets/dynmap/icon.png",
|
||
|
"environment": "*",
|
||
|
"entrypoints": {
|
||
|
"main": [
|
||
|
"org.dynmap.fabric_1_17_1.DynmapMod"
|
||
|
]
|
||
|
},
|
||
|
"mixins": [
|
||
|
"dynmap.mixins.json"
|
||
|
],
|
||
|
|
||
|
"depends": {
|
||
|
"fabricloader": ">=0.7.4",
|
||
|
"fabric": ">=0.17.0",
|
||
|
"minecraft": "1.17.1"
|
||
|
}
|
||
|
}
|