Created mixin config.

This commit is contained in:
2022-05-24 02:16:56 +01:00
parent a204f7ac56
commit 3ad8b7b212

View File

@ -0,0 +1,15 @@
{
"required": true,
"minVersion": "0.8",
"package": "dev.micle.loginprotection.mixin",
"compatibilityLevel": "JAVA_17",
"refmap": "loginprotection.refmap.json",
"mixins": [
],
"injectors": {
"defaultRequire": 1
},
"client": [
"GuiRenderTickMixin"
]
}