mirror of
https://github.com/TeamMidnightDust/MidnightControls.git
synced 2025-12-13 23:25:10 +01:00
- Automatic downloading of mappings from https://github.com/gabomdq/SDL_GameControllerDB - Change some default settings - Fix OkZoomer compat by @akemin-dayo - German translations (by myself) - Add contributors to fabric.mod.json - Fix some issues
62 lines
1.4 KiB
JSON
62 lines
1.4 KiB
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "midnightcontrols",
|
|
"name": "MidnightControls",
|
|
"version": "${version}",
|
|
"description": "Adds controller support and enhanced controls overall.",
|
|
"authors": [
|
|
"LambdAurora",
|
|
"Motschen"
|
|
],
|
|
"contributors": [
|
|
"akemin-dayo",
|
|
"FlashyReese",
|
|
"Hambaka",
|
|
"joaoh1",
|
|
"DioEgizio",
|
|
"EnnuiL",
|
|
"egeesin"
|
|
],
|
|
"contact": {
|
|
"homepage": "https://modrinth.com/mod/midnightcontrols",
|
|
"sources": "https://github.com/TeamMidnightDust/MidnightControls",
|
|
"issues": "https://github.com/TeamMidnightDust/MidnightControls/issues"
|
|
},
|
|
"license": "MIT",
|
|
"icon": "assets/midnightcontrols/icon.png",
|
|
"environment": "client",
|
|
"entrypoints": {
|
|
"main": [
|
|
"eu.midnightdust.midnightcontrols.MidnightControls"
|
|
],
|
|
"client": [
|
|
"eu.midnightdust.midnightcontrols.client.MidnightControlsClient"
|
|
],
|
|
"modmenu": [
|
|
"eu.midnightdust.midnightcontrols.client.MidnightControlsModMenu"
|
|
]
|
|
},
|
|
"accessWidener": "midnightcontrols.accesswidener",
|
|
"mixins": [
|
|
"midnightcontrols.mixins.json",
|
|
"midnightcontrols_compat.mixins.json"
|
|
],
|
|
"depends": {
|
|
"fabricloader": ">=0.11.3",
|
|
"fabric": ">=0.36.0",
|
|
"minecraft": ">=1.17",
|
|
"spruceui": ">=3.2.0",
|
|
"java": ">=17"
|
|
},
|
|
"recommends": {
|
|
"modmenu": ">=1.12.2"
|
|
},
|
|
"suggests": {
|
|
"quilt_loader": "*"
|
|
},
|
|
"breaks": {
|
|
"lambdacontrols": "*",
|
|
"modmenu": "<1.12.2"
|
|
}
|
|
}
|