first commit

This commit is contained in:
Adrian Siekierka
2018-11-03 23:22:32 +01:00
commit b755e01769
12 changed files with 495 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"required": true,
"package": "net.fabricmc.example.mixin",
"compatibilityLevel": "JAVA_8",
"mixins": [
"ExampleMixin"
],
"refmap": "modid.refmap.json",
"injectors": {
"defaultRequire": 1
}
}