mirror of
https://github.com/CPTProgrammer/ChatPlus.git
synced 2025-05-13 15:28:13 +08:00
38 lines
747 B
JSON
38 lines
747 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "chat-plus",
|
|
"version": "${version}",
|
|
"name": "Chat Plus",
|
|
"description": "Add bukkit style with an & and [item] for Fabric Server",
|
|
"authors": [
|
|
"Rev_Aria"
|
|
],
|
|
"contact": {
|
|
"homepage": "https://fabricmc.net/",
|
|
"sources": "https://github.com/FabricMC/fabric-example-mod"
|
|
},
|
|
"license": "CC0-1.0",
|
|
"icon": "assets/chat-plus/icon.png",
|
|
"environment": "*",
|
|
"entrypoints": {
|
|
"main": [
|
|
"cn.revaria.chatplus.ChatPlus"
|
|
]
|
|
},
|
|
"mixins": [
|
|
"chat-plus.mixins.json",
|
|
{
|
|
"config": "chat-plus.client.mixins.json",
|
|
"environment": "client"
|
|
}
|
|
],
|
|
"depends": {
|
|
"fabricloader": ">=0.14.21",
|
|
"minecraft": "~1.20.1",
|
|
"java": ">=17",
|
|
"fabric-api": "*"
|
|
},
|
|
"suggests": {
|
|
"another-mod": "*"
|
|
}
|
|
} |