2023-12-07 12:25:45 +00:00
|
|
|
{
|
2023-12-07 17:23:38 +00:00
|
|
|
"schema_version": 1,
|
|
|
|
"quilt_loader": {
|
|
|
|
"group": "xyz.devcomp",
|
2023-12-07 18:05:53 +00:00
|
|
|
"id": "touch_grass_reminder",
|
2023-12-07 17:23:38 +00:00
|
|
|
"version": "${version}",
|
|
|
|
"metadata": {
|
2023-12-07 18:05:53 +00:00
|
|
|
"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).",
|
2023-12-07 17:23:38 +00:00
|
|
|
"contributors": {
|
2023-12-08 06:04:18 +00:00
|
|
|
"DevComp": "Owner"
|
2023-12-07 17:23:38 +00:00
|
|
|
},
|
|
|
|
"contact": {
|
2023-12-08 06:04:18 +00:00
|
|
|
"homepage": "https://modrinth.com/mod/touch-grass-reminder",
|
2023-12-07 18:05:53 +00:00
|
|
|
"issues": "https://github.com/CompeyDev/touch-grass-reminder/issues",
|
|
|
|
"sources": "https://github.com/CompeyDev/touch-grass-reminder"
|
2023-12-07 17:23:38 +00:00
|
|
|
},
|
|
|
|
"license": "LGPL-3.0-only",
|
2023-12-07 18:05:53 +00:00
|
|
|
"icon": "assets/touch_grass_reminder/icon.png"
|
2023-12-07 17:23:38 +00:00
|
|
|
},
|
|
|
|
"intermediate_mappings": "net.fabricmc:intermediary",
|
|
|
|
"entrypoints": {
|
2023-12-08 06:04:18 +00:00
|
|
|
"client_init": "xyz.devcomp.touch_grass_reminder.client.TouchGrassReminderClient",
|
2023-12-07 18:05:53 +00:00
|
|
|
"modmenu": "xyz.devcomp.touch_grass_reminder.integrations.ModMenuIntegration"
|
2023-12-07 17:23:38 +00:00
|
|
|
},
|
|
|
|
"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-"
|
|
|
|
}
|
|
|
|
]
|
2023-12-08 06:04:18 +00:00
|
|
|
}
|
2023-12-07 12:25:45 +00:00
|
|
|
}
|