mirror of
https://github.com/TeamMidnightDust/MidnightControls.git
synced 2025-12-13 23:25:10 +01:00
58 lines
1.3 KiB
JSON
58 lines
1.3 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": [
|
|
"dev.lambdaurora.lambdacontrols.LambdaControls"
|
|
],
|
|
"client": [
|
|
"dev.lambdaurora.lambdacontrols.client.LambdaControlsClient"
|
|
],
|
|
"modmenu": [
|
|
"dev.lambdaurora.lambdacontrols.client.LambdaControlsModMenu"
|
|
]
|
|
},
|
|
"mixins": [
|
|
"lambdacontrols.mixins.json",
|
|
"lambdacontrols_compat.mixins.json"
|
|
],
|
|
"depends": {
|
|
"fabricloader": ">=0.9.0",
|
|
"fabric": ">=0.4.0",
|
|
"minecraft": ">=1.16.2",
|
|
"spruceui": ">=1.6.3"
|
|
},
|
|
"recommends": {
|
|
"modmenu": ">=1.12.2"
|
|
},
|
|
"suggests": {
|
|
"flamingo": "*",
|
|
"roughlyenoughitems": ">=4.5.5",
|
|
"okzoomer": ">=4.0.0"
|
|
},
|
|
"breaks": {
|
|
"modmenu": "<1.12.2",
|
|
"optifabric": "*"
|
|
},
|
|
"custom": {
|
|
"modupdater": {
|
|
"strategy": "curseforge",
|
|
"projectID": 354231
|
|
}
|
|
}
|
|
}
|