From b755e01769401bc6ca1766a7fcc3806d6c5c86dd Mon Sep 17 00:00:00 2001 From: Adrian Siekierka Date: Sat, 3 Nov 2018 23:22:32 +0100 Subject: first commit --- src/main/resources/modid.common.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/main/resources/modid.common.json (limited to 'src/main/resources/modid.common.json') 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 -- cgit 1.4.1