diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/main/resources/fabric.mod.json | 28 |
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}" + } +} |
