mirror of
https://github.com/JonasunderscoreJones/YetAnotherDiscordChatLink.git
synced 2025-10-23 00:39:17 +02:00
38 lines
796 B
JSON
38 lines
796 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "yadcl",
|
|
"version": "${version}",
|
|
"name": "Yet Another Discord Chat Link",
|
|
"description": "A mod that allows you to link your Minecraft chat to a Discord channel.",
|
|
"authors": [
|
|
"Me!"
|
|
],
|
|
"contact": {
|
|
"homepage": "https://jonasjones.dev/",
|
|
"sources": "https://github.com/J-onasJones/YetAnotherDiscordChatLink"
|
|
},
|
|
"license": "CC0-1.0",
|
|
"icon": "assets/yadcl/icon.png",
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"main": [
|
|
"dev.jonasjones.yadcl.YetAnotherDiscordChatLink"
|
|
]
|
|
},
|
|
"mixins": [
|
|
"yadcl.mixins.json",
|
|
{
|
|
"config": "modid.client.mixins.json",
|
|
"environment": "client"
|
|
}
|
|
],
|
|
"depends": {
|
|
"fabricloader": ">=0.14.22",
|
|
"minecraft": ">=1.20",
|
|
"java": ">=17",
|
|
"fabric-api": "*"
|
|
},
|
|
"suggests": {
|
|
"another-mod": "*"
|
|
}
|
|
}
|