summaryrefslogtreecommitdiff
path: root/src/main/resources/modid.client.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/modid.client.json')
-rw-r--r--src/main/resources/modid.client.json11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/main/resources/modid.client.json b/src/main/resources/modid.client.json
deleted file mode 100644
index 7e8bcc4..0000000
--- a/src/main/resources/modid.client.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "required": true,
- "package": "net.fabricmc.example.mixin",
- "compatibilityLevel": "JAVA_8",
- "mixins": [
- "ExampleMixin"
- ],
- "injectors": {
- "defaultRequire": 1
- }
-}