thinksame.mc/src/main/resources/fabric.mod.json

31 lines
658 B
JSON

{
"schemaVersion": 1,
"id": "thinksame",
"version": "${version}",
"name": "Think Same",
"description": "Patches for bugs and anti-features on macOS",
"authors": [
{
"name": "Michael Pfaff",
"contact": {
"email": "michael@pfaff.dev"
}
}
],
"contact": {
"website": "https://git.pfaff.dev/michael/thinksame.mc",
"repo": "https://git.pfaff.dev/michael/thinksame.mc"
},
"license": "MIT",
"icon": "assets/thinksame/icon.png",
"environment": "client",
"entrypoints": {},
"mixins": [
"thinksame.mixins.json"
],
"depends": {
"fabricloader": ">=0.10.8",
"minecraft": ">=1.16"
}
}