fixed snapshot-7

This commit is contained in:
Jottyfan
2026-02-12 16:06:19 +01:00
parent ea72b9c7f0
commit 8dc3145493
7 changed files with 4 additions and 55 deletions

View File

@@ -22,9 +22,6 @@
"de.jottyfan.minecraft.QuicklyClient"
]
},
"mixins": [
"quickly.mixins.json"
],
"depends": {
"fabricloader": ">=0.18.4",
"minecraft": "~26.1-",

View File

@@ -1,14 +0,0 @@
{
"required": true,
"package": "de.jottyfan.minecraft.mixin",
"compatibilityLevel": "JAVA_25",
"mixins": [
"QuicklyMixin"
],
"injectors": {
"defaultRequire": 1
},
"overwrites": {
"requireAnnotations": true
}
}