summaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-06-29 16:11:49 -0400
committerRosa <rosaontheweb@proton.me>2026-06-29 16:11:49 -0400
commit45788b8a23bf313c7b70182ba1932da5de3e462a (patch)
tree7bc53a7b97099b9c36b447723472402b23c7f7ba /src/main
init
Diffstat (limited to 'src/main')
-rw-r--r--src/main/resources/fabric.mod.json28
1 files changed, 28 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..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}"
+ }
+}