From 57271709021ae288db830f3dbed3819d390c0eab Mon Sep 17 00:00:00 2001 From: HJfod <60038575+HJfod@users.noreply.github.com> Date: Tue, 21 Jan 2025 22:21:42 +0200 Subject: [PATCH] disable custom keybinds on mac --- mod.json | 39 ++++++++++++++------------------------- 1 file changed, 14 insertions(+), 25 deletions(-) diff --git a/mod.json b/mod.json index b4bae30..5c5b8a6 100644 --- a/mod.json +++ b/mod.json @@ -1,5 +1,5 @@ { - "geode": "4.1.0", + "geode": "4.2.0", "version": "6.10.0-alpha.5", "gd": { "win": "2.2074", @@ -15,53 +15,42 @@ "source": "https://github.com/HJfod/BetterEdit", "community": "https://discord.gg/UGHDfzQtpz" }, - "dependencies": [ - { - "id": "geode.node-ids", - "version": "1.13.0", - "importance": "required" - }, - { - "id": "geode.custom-keybinds", + "dependencies": { + "geode.node-ids": "1.13.0", + "geode.custom-keybinds": { "version": "1.7.1", - "importance": "required" + "importance": "required", + "platforms": ["win"] }, - { - "id": "hjfod.gmd-api", + "hjfod.gmd-api": { "version": "1.2.1", "importance": "required" }, - { - "id": "cvolton.level-id-api", + "cvolton.level-id-api": { "version": "1.0.0", "importance": "required" }, - { - "id": "hjfod.trashcan", + "hjfod.trashcan": { "version": "1.0.0", "importance": "recommended" }, - { - "id": "hjfod.backups", + "hjfod.backups": { "version": "1.0.0", "importance": "suggested" }, - { - "id": "alphalaneous.awesome_modifier_icons", + "alphalaneous.awesome_modifier_icons": { "version": "1.0.3", "importance": "suggested" }, - { - "id": "alphalaneous.improvedlink", + "alphalaneous.improvedlink": { "version": "1.0.5", "importance": "suggested" }, - { - "id": "alphalaneous.improved_group_view", + "alphalaneous.improved_group_view": { "version": "1.0.5", "importance": "suggested" } - ], + }, "resources": { "files": [ "scripts/*.swipe"