diff options
author | Adrian Siekierka <kontakt@asie.pl> | 2018-11-03 23:22:32 +0100 |
---|---|---|
committer | Adrian Siekierka <kontakt@asie.pl> | 2018-11-03 23:25:39 +0100 |
commit | b755e01769401bc6ca1766a7fcc3806d6c5c86dd (patch) | |
tree | bbf264e92939cdbe1cccb51affe23f9c50b744f4 /src/main/resources/modid.client.json |
first commit
Diffstat (limited to 'src/main/resources/modid.client.json')
-rw-r--r-- | src/main/resources/modid.client.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/main/resources/modid.client.json b/src/main/resources/modid.client.json new file mode 100644 index 0000000..d6fc9b4 --- /dev/null +++ b/src/main/resources/modid.client.json @@ -0,0 +1,12 @@ +{ + "required": true, + "package": "net.fabricmc.example.mixin", + "compatibilityLevel": "JAVA_8", + "mixins": [ + "ExampleMixin" + ], + "refmap": "modid.refmap.json", + "injectors": { + "defaultRequire": 1 + } +} \ No newline at end of file |