mirror of
https://github.com/TeamMidnightDust/MidnightControls.git
synced 2025-12-13 15:25:08 +01:00
59 lines
1.4 KiB
JSON
59 lines
1.4 KiB
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "lambdacontrols",
|
|
"name": "LambdaControls",
|
|
"version": "${version}",
|
|
"description": "Adds better controls: controller and touchscreen support.",
|
|
"authors": [
|
|
"LambdAurora"
|
|
],
|
|
"contact": {
|
|
"homepage": "https://www.curseforge.com/minecraft/mc-mods/lambdacontrols",
|
|
"sources": "https://github.com/LambdAurora/LambdaControls.git",
|
|
"issues": "https://github.com/LambdAurora/LambdaControls/issues"
|
|
},
|
|
"license": "MIT",
|
|
"icon": "assets/lambdacontrols/icon.png",
|
|
"environment": "client",
|
|
"entrypoints": {
|
|
"main": [
|
|
"me.lambdaurora.lambdacontrols.LambdaControls"
|
|
],
|
|
"client": [
|
|
"me.lambdaurora.lambdacontrols.client.LambdaControlsClient"
|
|
],
|
|
"modmenu": [
|
|
"me.lambdaurora.lambdacontrols.client.LambdaControlsModMenu"
|
|
]
|
|
},
|
|
"mixins": [
|
|
"lambdacontrols.mixins.json",
|
|
"lambdacontrols_compat.mixins.json"
|
|
],
|
|
"depends": {
|
|
"fabricloader": ">=0.8.0",
|
|
"fabric": "*",
|
|
"minecraft": ">=1.16",
|
|
"spruceui": ">=1.5.2"
|
|
},
|
|
"recommends": {
|
|
"modmenu": ">=1.12.2",
|
|
"okzoomer": ">=4.0.0"
|
|
},
|
|
"suggests": {
|
|
"flamingo": "*",
|
|
"roughlyenoughitems": ">=4.5.5"
|
|
},
|
|
"breaks": {
|
|
"modmenu": "<1.12.2",
|
|
"optifabric": "*"
|
|
},
|
|
"custom": {
|
|
"modmenu:clientsideOnly": true,
|
|
"modupdater": {
|
|
"strategy": "curseforge",
|
|
"projectID": 354231
|
|
}
|
|
}
|
|
}
|