summary refs log tree commit diff stats
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r--src/main/resources/fabric.mod.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
new file mode 100644
index 0000000..f9dcafd
--- /dev/null
+++ b/src/main/resources/fabric.mod.json
@@ -0,0 +1,11 @@
+{
+  "id": "modid",
+  "name": "Example Mod",
+  "version": "1.0.0",
+  "side": "universal",
+  "initializer": "net.fabricmc.example.ExampleMod",
+  "mixins": {
+    "client": "modid.client.json",
+    "common": "modid.common.json"
+  }
+}
\ No newline at end of file