Add a (useless for now) mixins configuration file in the forge project

This commit is contained in:
Username404 2021-08-06 14:00:49 +02:00
parent 72cbc51c1f
commit e291ef6324
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{
"required": false,
"package": "fr.username404.snowygui.mixins",
"compatibilityLevel": "JAVA_8",
"client": [],
"injectors": {
"defaultRequire": 1
},
"minVersion": "0.8"
}