Add a (useless for now) mixins configuration file in the forge project
This commit is contained in:
parent
72cbc51c1f
commit
e291ef6324
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"required": false,
|
||||||
|
"package": "fr.username404.snowygui.mixins",
|
||||||
|
"compatibilityLevel": "JAVA_8",
|
||||||
|
"client": [],
|
||||||
|
"injectors": {
|
||||||
|
"defaultRequire": 1
|
||||||
|
},
|
||||||
|
"minVersion": "0.8"
|
||||||
|
}
|
Loading…
Reference in New Issue