Add description to example mod

pull/2/head
Prospector 6 years ago committed by GitHub
parent c168b5b1f4
commit 358497e651
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"
}
}
}

Loading…
Cancel
Save