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

16 lines
265 B
JSON
Raw Normal View History

2026-01-07 09:36:07 +01:00
{
"required": true,
"minVersion": "0.8",
"package": "dev.tggamesyt.szar.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
2026-02-06 13:32:51 +01:00
"PlayerEntityMixin"
2026-01-07 09:36:07 +01:00
],
"injectors": {
"defaultRequire": 1
},
"overwrites": {
"requireAnnotations": true
}
}