ModernFix-fix/fabric/testmod/src/main/resources/testmod.mixins.json
2023-08-10 10:37:59 -04:00

16 lines
286 B
JSON

{
"required": true,
"package": "org.embeddedt.modernfix.testmod.mixin",
"compatibilityLevel": "JAVA_8",
"minVersion": "0.8",
"mixins": [
"ChunkMixin",
"DebugLevelSourceMixin"
],
"client": [
"RenderChunkMixin"
],
"injectors": {
"defaultRequire": 1
}
}