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.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 406aeae..d08dfa0 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -1,6 +1,7 @@
 {
   "id": "modid",
   "name": "Example Mod",
+  "description": "This is an example description! Tell everyone what your mod is about!",
   "version": "1.0.0",
   "side": "universal",
   "initializer": "net.fabricmc.example.ExampleMod",
@@ -11,4 +12,4 @@
     "client": "modid.client.json",
     "common": "modid.common.json"
   }
-}
\ No newline at end of file
+}