dynmap/fabric-1.18/src/main/resources/fabric.mod.json

34 lines
691 B
JSON
Raw Normal View History

2021-11-25 18:57:53 +01:00
{
"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": [
2021-11-25 19:00:37 +01:00
"org.dynmap.fabric_1_18.DynmapMod"
2021-11-25 18:57:53 +01:00
]
},
"mixins": [
"dynmap.mixins.json"
],
"depends": {
"fabricloader": ">=0.12.12",
"fabric": ">=0.43.1",
"minecraft": "1.18.x"
2021-11-25 18:57:53 +01:00
}
}