diff options
author | Adrian Siekierka <kontakt@asie.pl> | 2019-04-07 19:39:49 +0200 |
---|---|---|
committer | Adrian Siekierka <kontakt@asie.pl> | 2019-04-07 19:39:55 +0200 |
commit | d6e85e22192c7d824572668f54a5bf81eec3bc78 (patch) | |
tree | 18d998b01510277cb71e262200d3beeda7bd620f /src/main/resources/modid.common.json | |
parent | 20c98824b9ffca7e9ff0080941627a5f12a10792 (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 - } -} |