EAA_MOD/src/main/resources/fabric.mod.json
2022-09-25 13:43:20 +02:00

40 lines
770 B
JSON

{
"schemaVersion": 1,
"id": "eaa",
"version": "${version}",
"name": "EAA Mod",
"description": "Mod for keeping track of Players encountered in Minecraft servers. Especially hackers. Shows Hint in Playeroverview (Tab)",
"authors": [
"MPK1",
"Hiajen"
],
"contact": {
"homepage": "https://git.hiajen.de/hiajen/EAA_MOD",
"sources": "https://git.hiajen.de/hiajen/EAA_MOD"
},
"license": "CC0-1.0",
"icon": "assets/eaa/icon.png",
"environment": "*",
"entrypoints": {
"client": [
"net.saltymc.eaa.EaaMod"
]
},
"mixins": [
"eaamod.mixins.json"
],
"depends": {
"fabricloader": ">=0.14.6",
"fabric": "*",
"minecraft": "1.19.x",
"java": ">=17"
},
"suggests": {
"another-mod": "*"
}
}