summary refs log tree commit diff stats
path: root/src/main/resources/modid.common.json
diff options
context:
space:
mode:
authorAdrian Siekierka <kontakt@asie.pl>2019-04-07 19:39:49 +0200
committerAdrian Siekierka <kontakt@asie.pl>2019-04-07 19:39:55 +0200
commitd6e85e22192c7d824572668f54a5bf81eec3bc78 (patch)
tree18d998b01510277cb71e262200d3beeda7bd620f /src/main/resources/modid.common.json
parent20c98824b9ffca7e9ff0080941627a5f12a10792 (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
-  }
-}