mirror of
https://github.com/CompeyDev/elytra-lock-fabric.git
synced 2025-01-05 18:59:09 +00:00
chore(manifest): move optional dependencies into recommends & meta changes
This commit is contained in:
parent
2891b6ad51
commit
6e9cb2c04a
1 changed files with 16 additions and 9 deletions
|
@ -2,18 +2,25 @@
|
||||||
"schemaVersion": 1,
|
"schemaVersion": 1,
|
||||||
"id": "elytra-lock",
|
"id": "elytra-lock",
|
||||||
"version": "${version}",
|
"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.",
|
"description": "A simple mod which registers a keybind to lock your elytra from usage when not required.",
|
||||||
"authors": [
|
"authors": [
|
||||||
"DevComp"
|
{
|
||||||
|
"name": "DevComp",
|
||||||
|
"contact": {
|
||||||
|
"email": "hi@devcomp.xyz",
|
||||||
|
"homepage": "https://p.devcomp.xyz"
|
||||||
|
}
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"contact": {
|
"contact": {
|
||||||
"homepage": "https://fabricmc.net/",
|
"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",
|
"license": "CC0-1.0",
|
||||||
"icon": "assets/elytra-lock/icon.png",
|
"icon": "assets/elytra-lock/icon.png",
|
||||||
"environment": "*",
|
"environment": "client",
|
||||||
"entrypoints": {
|
"entrypoints": {
|
||||||
"client": [
|
"client": [
|
||||||
"xyz.devcomp.elytralock.ElytraLock"
|
"xyz.devcomp.elytralock.ElytraLock"
|
||||||
|
@ -27,12 +34,12 @@
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"java": "${java_version}",
|
"java": "${java_version}",
|
||||||
|
|
||||||
"minecraft": "${minecraft_version}",
|
"minecraft": "${minecraft_version}",
|
||||||
|
|
||||||
"fabricloader": "${loader_version}",
|
"fabricloader": "${loader_version}",
|
||||||
"fabric-api": "*",
|
"fabric-api": "*"
|
||||||
|
},
|
||||||
"yet_another_config_lib_v3": "*"
|
"recommends": {
|
||||||
|
"yet_another_config_lib_v3": "*",
|
||||||
|
"modmenu": "*"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue