diff options
author | Adrian Siekierka <[email protected]> | 2018-11-03 23:22:32 +0100 |
---|---|---|
committer | keuin <[email protected]> | 2020-04-23 00:20:14 +0800 |
commit | 3d91fd7897209f24c172f25fe4331fcda156001d (patch) | |
tree | bbf264e92939cdbe1cccb51affe23f9c50b744f4 /src/main/resources/modid.common.json | |
parent | 7097cae9224529b99d66716904cb33ac47812dd3 (diff) |
first commit
Diffstat (limited to 'src/main/resources/modid.common.json')
-rw-r--r-- | src/main/resources/modid.common.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/main/resources/modid.common.json b/src/main/resources/modid.common.json new file mode 100644 index 0000000..a39340e --- /dev/null +++ b/src/main/resources/modid.common.json @@ -0,0 +1,11 @@ +{ + "required": true, + "package": "net.fabricmc.example.mixin", + "compatibilityLevel": "JAVA_8", + "mixins": [ + ], + "refmap": "modid.refmap.json", + "injectors": { + "defaultRequire": 1 + } +}
\ No newline at end of file |