1
0
forked from Clones/Controlify

Initial commit

This commit is contained in:
Xander
2023-01-30 22:08:45 +00:00
committed by GitHub
commit b090ccb5c1
18 changed files with 872 additions and 0 deletions

View File

@ -0,0 +1,9 @@
{
"package": "dev.isxander.fabricmodtemplate.mixins",
"required": true,
"minVersion": "0.8",
"compatibilityLevel": "JAVA_17",
"mixins": [
]
}