dynmap-neoforge/fabric-1.19/src/main/resources/fabric.mod.json
Kosma Moczek a39e00ac0f
fabric-1.19: update to 1.19 release
Apply suggestions from code review

Co-authored-by: ThalusA <15985204+ThalusA@users.noreply.github.com>
2022-06-07 23:42:15 +02:00

33 lines
690 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_19.DynmapMod"
]
},
"mixins": [
"dynmap.mixins.json"
],
"depends": {
"fabricloader": ">=0.14.6",
"fabric": ">=0.55.2",
"minecraft": "1.19.x"
}
}