This commit is contained in:
2026-04-22 22:04:55 -07:00
commit 08858bdf0a
13 changed files with 775 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"required": true,
"minVersion": "0.8",
"package": "org.ruffles.vistasablefix.mixin",
"compatibilityLevel": "JAVA_21",
"mixins": [
"TvFix"
],
"client": [
],
"injectors": {
"defaultRequire": 1
},
"overwrites": {
"requireAnnotations": true
}
}