build fix

This commit is contained in:
seb
2026-05-10 21:15:34 +02:00
parent 256901ff00
commit 19a85628f2
5 changed files with 78 additions and 23 deletions

View File

@@ -0,0 +1,12 @@
{
"required": true,
"minVersion": "0.8",
"package": "com.github.sebseb7.autotrade.mixin",
"compatibilityLevel": "JAVA_21",
"client": [
"MultiPlayerGameModeInvoker"
],
"injectors": {
"defaultRequire": 1
}
}