From d75cc8a78b456d7b5b8f112d89b56ae14f5d69cc Mon Sep 17 00:00:00 2001 From: Fire <17692105+FireMario211@users.noreply.github.com> Date: Sat, 20 Jan 2024 22:54:45 +0000 Subject: [PATCH] fix formatting --- mod.json | 65 +++++++++++++++++++++++++------------------------------- 1 file changed, 29 insertions(+), 36 deletions(-) diff --git a/mod.json b/mod.json index fc64e3e..533f60d 100644 --- a/mod.json +++ b/mod.json @@ -4,44 +4,37 @@ "gd": { "win": "2.204", "android": "2.200" - }, + }, "id": "firee.PrismMenu", "name": "Prism Menu", "developer": "Firee", "description": "A cross-platform mod menu for Geode.", - "early-load": true, - "repository": "https://github.com/FireMario211/Prism-Menu", - "resources": { - "files": [ - "resources/icon.png", - "resources/Screenshot1.png", - "resources/Screenshot2.png", - "resources/PrismMenu.otf", - "resources/Hack-Regular.ttf", - "resources/themes.json", - "resources/hacks/README.md", - "resources/hacks/global.json", - "resources/hacks/player.json", - "resources/hacks/creator.json", - "resources/hacks/bypass.json", - "resources/hacks/misc.json", - "resources/hacks/settings.json", - "resources/langs/spanish.json", - "resources/langs/french.json" - ] - }, - "dependenciesnone": [ - { - "id": "geode.custom-keybinds", - "version": "v1.2.3", - "required": true - } - ], - "settings": { - "values": { - "name": "Hack Values", - "description": "NONE", - "type": "custom" - } - } + "early-load": true, + "repository": "https://github.com/FireMario211/Prism-Menu", + "resources": { + "files": [ + "resources/icon.png", + "resources/Screenshot1.png", + "resources/Screenshot2.png", + "resources/PrismMenu.otf", + "resources/Hack-Regular.ttf", + "resources/themes.json", + "resources/hacks/README.md", + "resources/hacks/global.json", + "resources/hacks/player.json", + "resources/hacks/creator.json", + "resources/hacks/bypass.json", + "resources/hacks/misc.json", + "resources/hacks/settings.json", + "resources/langs/spanish.json", + "resources/langs/french.json" + ] + }, + "settings": { + "values": { + "name": "Hack Values", + "description": "NONE", + "type": "custom" + } + } }