Update examplemod.mixins.json

This commit is contained in:
Alexey Belyaev 2022-04-20 22:38:55 +05:00 committed by GitHub
parent 6c54b35946
commit da4591884e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 12 deletions

View File

@ -1,13 +1,13 @@
{
"required": true,
"minVersion": "0.8",
"package": "com.examplemod.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [ ],
"client": [
"TitleScreenMixin"
],
"injectors": {
"defaultRequire": 1
}
}
"required": true,
"minVersion": "0.8",
"package": "com.examplemod.mixin",
"compatibilityLevel": "JAVA_17",
"mixins": [],
"client": [
"TitleScreenMixin"
],
"injectors": {
"defaultRequire": 1
}
}