From 2d1e0699f290afaf9430ff446e0c60bed4e5be1a Mon Sep 17 00:00:00 2001 From: Rosa Date: Tue, 10 Mar 2026 22:23:19 -0400 Subject: init --- src/main/resources/fabric.mod.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/main/resources/fabric.mod.json (limited to 'src/main/resources/fabric.mod.json') 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": {} +} -- cgit v1.3.1