From 45788b8a23bf313c7b70182ba1932da5de3e462a Mon Sep 17 00:00:00 2001 From: Rosa Date: Mon, 29 Jun 2026 16:11:49 -0400 Subject: init --- src/main/resources/fabric.mod.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/main/resources/fabric.mod.json (limited to 'src/main') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json new file mode 100644 index 0000000..c286e84 --- /dev/null +++ b/src/main/resources/fabric.mod.json @@ -0,0 +1,28 @@ +{ + "schemaVersion": 1, + "id": "let-me-hotkey", + "version": "${version}", + "name": "Let Me Hotkey", + "description": "Allows hotkeying items in inventories while holding an item under your cursor", + "authors": [ + { + "name": "Rosa (evilandqueer)", + "contact": { + "email": "rosaontheweb@proton.me" + } + } + ], + "contributors": [], + "contact": { + "sources": "https://git.eviltransgenders.club/~rosa/LetMeHotkey" + }, + "license": "Unlicense", + "icon": "icon.png", + "environment": "client", + "entrypoints": {}, + "mixins": ["let-me-hotkey.mixins.json"], + "depends": { + "fabricloader": ">=${loaderVersion}", + "minecraft": ">=${minecraftVersion}" + } +} -- cgit v1.3.1