chore(manifest): move optional dependencies into recommends & meta changes

This commit is contained in:
Erica Marigold 2024-05-21 17:04:58 +05:30
parent 2891b6ad51
commit 6e9cb2c04a
No known key found for this signature in database
GPG key ID: 2768CC0C23D245D1

View file

@ -2,18 +2,25 @@
"schemaVersion": 1,
"id": "elytra-lock",
"version": "${version}",
"name": "elytra-lock",
"name": "Elytra Lock",
"description": "A simple mod which registers a keybind to lock your elytra from usage when not required.",
"authors": [
"DevComp"
{
"name": "DevComp",
"contact": {
"email": "hi@devcomp.xyz",
"homepage": "https://p.devcomp.xyz"
}
}
],
"contact": {
"homepage": "https://fabricmc.net/",
"sources": "https://github.com/CompeyDev/elytra-lock"
"sources": "https://git.devcomp.xyz/DevComp/elytra-lock-fabric",
"issues": "https://github.com/CompeyDev/elytra-lock-fabric/issues"
},
"license": "CC0-1.0",
"icon": "assets/elytra-lock/icon.png",
"environment": "*",
"environment": "client",
"entrypoints": {
"client": [
"xyz.devcomp.elytralock.ElytraLock"
@ -27,12 +34,12 @@
],
"depends": {
"java": "${java_version}",
"minecraft": "${minecraft_version}",
"fabricloader": "${loader_version}",
"fabric-api": "*",
"yet_another_config_lib_v3": "*"
"fabric-api": "*"
},
"recommends": {
"yet_another_config_lib_v3": "*",
"modmenu": "*"
}
}