elytra-lock-fabric/src/main/resources/fabric.mod.json
2024-05-23 17:44:24 -04:00

53 lines
1.1 KiB
JSON

{
"schemaVersion": 1,
"id": "elytra-lock",
"version": "${version}",
"name": "Elytra Lock",
"description": " Client side fabric mod to lock elytra usage using a keybind.",
"authors": [
{
"name": "DevComp",
"contact": {
"email": "hi@devcomp.xyz",
"homepage": "https://p.devcomp.xyz"
}
}
],
"contributors": [
{
"name": "intergrav",
"contact": {
"homepage": "https://github.com/intergrav"
}
}
],
"contact": {
"homepage": "https://fabricmc.net/",
"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": "client",
"entrypoints": {
"client": [
"xyz.devcomp.elytralock.ElytraLock"
],
"modmenu": [
"xyz.devcomp.elytralock.integrations.ModMenuIntegration"
]
},
"mixins": [
"elytra-lock.mixins.json"
],
"depends": {
"java": "${java_version}",
"minecraft": "${minecraft_version}",
"fabricloader": "${loader_version}",
"fabric-api": "*"
},
"recommends": {
"yet_another_config_lib_v3": "*",
"modmenu": "*"
}
}