summaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-06-30 08:17:08 -0400
committerRosa <rosaontheweb@proton.me>2026-06-30 08:17:08 -0400
commite1f88b44cd3de45ce0e8d8809ad2dfdbf032c85e (patch)
treeeff3624cfc59db958b7c349e73639f652b4efad1 /src/main/resources
parent45788b8a23bf313c7b70182ba1932da5de3e462a (diff)
mod works!
Diffstat (limited to '')
-rw-r--r--src/main/resources/let-me-hotkey.mixins.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/main/resources/let-me-hotkey.mixins.json b/src/main/resources/let-me-hotkey.mixins.json
new file mode 100644
index 0000000..a148f0e
--- /dev/null
+++ b/src/main/resources/let-me-hotkey.mixins.json
@@ -0,0 +1,9 @@
+{
+ "client": [
+ "AbstractContainerScreenMixin"
+ ],
+ "compatibilityLevel": "JAVA_25",
+ "minVersion": "0.8",
+ "package": "club.eviltransgenders.letmehotkey.mixin",
+ "required": true
+}