Update 'Building your first mod'

Lucas Schwiderski 2023-03-28 22:49:32 +02:00
parent 70aa38e52f
commit 5cdf5bc8a7

@ -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: But there are two limitations, since DTMT cannot do a full deployment like DTMM:
- The mod has to be deployed once through DTMM first - 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 # Dev tools