minecraft-mod/src/main/resources/reservermod.mixins.json

11 lines
182 B
JSON
Raw Normal View History

{
"required": true,
"package": "modchest.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [
"ServerPlayerEntityMixin"
],
"injectors": {
"defaultRequire": 1
}
}