1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"schemaVersion": 1,
"id": "rosas-chat-tweaks",
"version": "${version}",
"name": "Rosa's Chat Tweaks",
"description": "A collection of small tweaks to the chat UI",
"authors": [
"Rosa (girlonthe.net)"
],
"contact": {
"issues": "TODO",
"sources": "TODO"
},
"license": "Unlicense",
"icon": "assets/rosas-chat-tweaks/icon.png",
"environment": "client",
"mixins": ["rosas-chat-tweaks.mixins.json"],
"depends": {
"fabricloader": ">=0.18.4",
"minecraft": ">=1.21.11"
},
"suggests": {}
}
|