From 86005ffc219ceba1e797f66df2aa21ae3baa9cb5 Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Thu, 16 Mar 2023 15:09:23 +0100 Subject: [PATCH] Update 'Building your first mod' --- Building-your-first-mod.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Building-your-first-mod.md b/Building-your-first-mod.md index 0589f1b..e8282fd 100644 --- a/Building-your-first-mod.md +++ b/Building-your-first-mod.md @@ -2,7 +2,7 @@ In a Command Prompt/terminal, run `dtmt new ` to create a sk During this, DTMT will prompt for several fields, including: - `name`: The human-readable name of your mod. This will show up in various places like DTMM's mod list or DMF's mod options view. - - `id`: A unique ID for your mod. The default is generated from `name` and should be good enough in most cases (clicking Enter without typing accepts the default value). This will be used throughout your code (e.g. in `get_mod()` calls). + - `id`: A unique ID for your mod. The default is generated from `name` and should be good enough in most cases (clicking `Enter` without typing accepts the default value). This will be used throughout your code (e.g. in `get_mod()` calls). DTMT will now create the given directory from the mod template: @@ -11,7 +11,8 @@ DTMT will now create the given directory from the mod template: └── ├──dtmt.cfg ├──packages - │ └──.package + │ └──mods + │ └──.package └──scripts └──mods └──