{ "schema_version": 1, "quilt_loader": { "group": "xyz.devcomp", "id": "touch_grass_reminder", "version": "${version}", "metadata": { "name": "Touch Grass Reminder", "description": "Client-side mod which warns players when they have been excessively playing Minecraft (by default more than 24 hours at a time).", "contributors": { "DevComp": "Owner" }, "contact": { "homepage": "https://modrinth.com/mod/touch-grass-reminder", "issues": "https://github.com/CompeyDev/touch-grass-reminder/issues", "sources": "https://github.com/CompeyDev/touch-grass-reminder" }, "license": "LGPL-3.0-only", "icon": "assets/touch_grass_reminder/icon.png" }, "intermediate_mappings": "net.fabricmc:intermediary", "entrypoints": { "client_init": "xyz.devcomp.touch_grass_reminder.client.TouchGrassReminderClient", "modmenu": "xyz.devcomp.touch_grass_reminder.integrations.ModMenuIntegration" }, "depends": [ { "id": "quilt_loader", "versions": ">=0.22.1-" }, { "id": "quilted_fabric_api", "versions": ">=7.4.0+0.90.0-" }, { "id": "minecraft", "versions": "~1.20.1" }, { "id": "yet_another_config_lib_v3", "versions": ">=3.2.1+1.20-" } ] } }