aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2022-01-28 17:47:14 +0100
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-01-28 17:47:14 +0100
commitabbbd4682bafee119c89982f2de92f75feb10891 (patch)
tree91e1a47277cb5fdd28611adba0fd29d3dfc1da7d /docs
parent25ecfb6089825f7cf201df677a0eaa0c646970d7 (diff)
downloadNorthstarWiki-abbbd4682bafee119c89982f2de92f75feb10891.tar.gz
NorthstarWiki-abbbd4682bafee119c89982f2de92f75feb10891.zip
Update mod.json template to reflect best practice
Mod naming scheme should be `<authorname>.<modname>`
Diffstat (limited to 'docs')
-rw-r--r--docs/modding/getting-started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modding/getting-started.md b/docs/modding/getting-started.md
index a6981aa..7c81961 100644
--- a/docs/modding/getting-started.md
+++ b/docs/modding/getting-started.md
@@ -28,7 +28,7 @@ Provided is a template `mod.json`, for a detailed list of values read [Cheatshee
```json
{
- "Name": "My.Mod",
+ "Name": "Yourname.Modname",
"Description": "Woo yeah wooo!",
"LoadPriority": 0,