diff options
author | Adrian Siekierka <[email protected]> | 2019-04-07 19:39:49 +0200 |
---|---|---|
committer | keuin <[email protected]> | 2020-04-23 00:20:28 +0800 |
commit | 6ab4321f0ba68d7cad70f77cd59cef15f99629f3 (patch) | |
tree | 18d998b01510277cb71e262200d3beeda7bd620f /src/main/resources/modid.common.json | |
parent | 86273efeade77febe868bffc86b7f8abfe3b926f (diff) |
update to Loader 0.4.0
Diffstat (limited to 'src/main/resources/modid.common.json')
-rw-r--r-- | src/main/resources/modid.common.json | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/main/resources/modid.common.json b/src/main/resources/modid.common.json deleted file mode 100644 index b26285f..0000000 --- a/src/main/resources/modid.common.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "required": true, - "package": "net.fabricmc.example.mixin", - "compatibilityLevel": "JAVA_8", - "mixins": [ - ], - "injectors": { - "defaultRequire": 1 - } -} |