summaryrefslogtreecommitdiff
path: root/src/main/resources/modid.client.json
diff options
context:
space:
mode:
authorAdrian Siekierka <[email protected]>2019-04-07 19:39:49 +0200
committerkeuin <[email protected]>2020-04-23 00:20:28 +0800
commit6ab4321f0ba68d7cad70f77cd59cef15f99629f3 (patch)
tree18d998b01510277cb71e262200d3beeda7bd620f /src/main/resources/modid.client.json
parent86273efeade77febe868bffc86b7f8abfe3b926f (diff)
update to Loader 0.4.0
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
- }
-}