Commit 8b0e73fb by Prospector Committed by Shadowfacts

Add description to example mod (#2)

parent c168b5b1
{ {
"id": "modid", "id": "modid",
"name": "Example Mod", "name": "Example Mod",
"description": "This is an example description! Tell everyone what your mod is about!",
"version": "1.0.0", "version": "1.0.0",
"side": "universal", "side": "universal",
"initializer": "net.fabricmc.example.ExampleMod", "initializer": "net.fabricmc.example.ExampleMod",
...@@ -11,4 +12,4 @@ ...@@ -11,4 +12,4 @@
"client": "modid.client.json", "client": "modid.client.json",
"common": "modid.common.json" "common": "modid.common.json"
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment