Files
szar/src/main/resources/szar.mixins.json

16 lines
265 B
JSON
Raw Normal View History

2025-12-17 09:34:24 +01:00
{
"required": true,
"minVersion": "0.8",
"package": "dev.tggamesyt.szar.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
2026-01-29 10:32:29 +01:00
"PlayerEntityMixin"
2025-12-17 09:34:24 +01:00
],
"injectors": {
"defaultRequire": 1
},
"overwrites": {
"requireAnnotations": true
}
}