touch-grass-reminder/src/main/resources/quilt.mod.json

48 lines
1.3 KiB
JSON
Raw Normal View History

2023-12-07 12:25:45 +00:00
{
2023-12-07 17:23:38 +00:00
"schema_version": 1,
"quilt_loader": {
"group": "xyz.devcomp",
"id": "touch_grass_warning",
"version": "${version}",
"metadata": {
"name": "Touch Grass Warning",
"description": "Client-side mod which warns players when they have been excessively playing Minecraft (more than 24 hours at a time).",
"contributors": {
"Erica Marigold": "Owner"
},
"contact": {
"homepage": "",
"issues": "https://github.com/CompeyDev/touch-grass-warning/issues",
"sources": "https://github.com/CompeyDev/touch-grass-warning"
},
"license": "LGPL-3.0-only",
"icon": "assets/touch_grass_warning/icon.png"
},
"intermediate_mappings": "net.fabricmc:intermediary",
"entrypoints": {
"client_init": "xyz.devcomp.touch_grass_warning.client.TouchGrassWarningClient",
"modmenu": "xyz.devcomp.touch_grass_warning.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-"
}
]
},
"mixin": "touch_grass_warning.mixins.json"
2023-12-07 12:25:45 +00:00
}