aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r--src/main/resources/fabric.mod.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
new file mode 100644
index 0000000..b5fc634
--- /dev/null
+++ b/src/main/resources/fabric.mod.json
@@ -0,0 +1,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": {}
+}