12
0
Fork 0
FabricModSender/src/main/resources/fabric.mod.json

23 Zeilen
581 B
JSON

{
"schemaVersion": 1,
"id": "steamwarmodsender",
"version": "${version}",
"name": "FabricModSender",
"description": "This mod transmits a list of all installed mods to servers you are joining",
"authors": ["zOnlyKroks"],
"contact": {
"homepage": "https://steamwar.de",
"sources": "https://steamwar.de/devlabs/SteamWar/FabricModSender"
},
"license": "AGPL-3.0",
"environment": "client",
"entrypoints": {},
"mixins": [
"SteamwarModSender.mixins.json"
],
"depends": {
"fabricloader": ">=0.12.12",
"minecraft": "<=1.20.1 >=1.15.2"
}
}