{ "geode": "@PROJECT_VERSION@@PROJECT_VERSION_SUFFIX@", "gd": { "win": "*", "mac": "*", "android": "*" }, "id": "geode.loader", "version": "@PROJECT_VERSION@@PROJECT_VERSION_SUFFIX@", "name": "Geode", "developer": "Geode Team", "description": "The Geode mod loader", "repository": "https://github.com/geode-sdk/geode", "resources": { "fonts": { "mdFont": { "path": "fonts/Ubuntu-Regular.ttf", "size": 80 }, "mdFontB": { "path": "fonts/Ubuntu-Bold.ttf", "size": 80 }, "mdFontI": { "path": "fonts/Ubuntu-Italic.ttf", "size": 80 }, "mdFontBI": { "path": "fonts/Ubuntu-BoldItalic.ttf", "size": 80 }, "mdFontMono": { "path": "fonts/UbuntuMono-Regular.ttf", "size": 80 } }, "sprites": [ "images/*.png", "swelve/*.png" ], "files": [ "sounds/*.ogg", "about.md", "changelog.md", "support.md", "mod.json", "version" ], "spritesheets": { "LogoSheet": [ "logos/*.png" ], "APISheet": [ "*.png" ], "BlankSheet": [ "blanks/*.png" ] } }, "settings": { "show-platform-console": { "type": "bool", "default": false, "name": "Show Platform Console", "description": "Show the native console (if one exists). <cr>This setting is meant for developers</c>" }, "auto-check-updates": { "type": "bool", "default": true, "name": "Check For Updates", "description": "Automatically check for <cy>Geode</c> updates on startup" }, "disable-last-crashed-popup": { "type": "bool", "default": false, "name": "Disable Crash Popup", "description": "Disables the popup at startup asking if you'd like to send a bug report; intended for developers" }, "server-cache-size-limit": { "type": "int", "default": 20, "min": 1, "max": 100, "name": "Server Cache Size Limit", "description": "Limits the size of the cache used for loading mods. Higher values result in higher memory usage." }, "enable-geode-theme": { "type": "bool", "default": true, "name": "Enable Geode-Themed Colors", "description": "When enabled, the Geode menu has a <ca>Geode-themed color scheme</c>. <cy>This does not affect any other menus!</c>" } }, "issues": { "info": "Post your issues on the <cp>Geode Github Repository</c>. <cy>Please follow the standard issue format</c>.", "url": "https://github.com/geode-sdk/geode/issues/new" } }