summary refs log tree commit diff stats
path: root/src/main/resources/modid.common.json
diff options
context:
space:
mode:
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
-  }
-}