forked from Clones/Controlify
Initial commit
This commit is contained in:
9
src/main/resources/fabric-mod-template.mixins.json
Normal file
9
src/main/resources/fabric-mod-template.mixins.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"package": "dev.isxander.fabricmodtemplate.mixins",
|
||||
"required": true,
|
||||
"minVersion": "0.8",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"mixins": [
|
||||
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user