aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-03-10 22:23:19 -0400
committerRosa <rosaontheweb@proton.me>2026-03-10 22:23:19 -0400
commit2d1e0699f290afaf9430ff446e0c60bed4e5be1a (patch)
tree75afd7509062969a867bfdbbfc39699beb34d5ec /src/main/resources/fabric.mod.json
init
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": {}
+}