aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/modid.common.json
diff options
context:
space:
mode:
authorLibravatar Adrian Siekierka <[email protected]>2019-04-07 19:39:49 +0200
committerLibravatar Adrian Siekierka <[email protected]>2019-04-07 19:39:55 +0200
commitd6e85e22192c7d824572668f54a5bf81eec3bc78 (patch)
tree18d998b01510277cb71e262200d3beeda7bd620f /src/main/resources/modid.common.json
parentUpdate to fixed fabric + yarn (diff)
update to Loader 0.4.0
Diffstat (limited to 'src/main/resources/modid.common.json')
-rw-r--r--src/main/resources/modid.common.json10
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
- }
-}