From 5cdf5bc8a7b80136978dcc6de811253411e69d7d Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Tue, 28 Mar 2023 22:49:32 +0200 Subject: [PATCH] Update 'Building your first mod' --- Building-your-first-mod.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-your-first-mod.md b/Building-your-first-mod.md index 16bebc9..ea4e46d 100644 --- a/Building-your-first-mod.md +++ b/Building-your-first-mod.md @@ -50,7 +50,7 @@ This will make DTMT continuously watch for changes in your mod's files, re-build But there are two limitations, since DTMT cannot do a full deployment like DTMM: - The mod has to be deployed once through DTMM first -- It only works as long as the list of files doesn't change. I.e. if you add a new file to your mod, or remove one, you will have to deploy that through DTMM again, once +- It only works as long as the list of files doesn't change. I.e. if you add a new file to your mod, or remove one, you will have to deploy that change through DTMM again, once # Dev tools