From bdc9f16b5dbaf9aef88201e6318797a54d0cccae Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Thu, 16 Mar 2023 15:07:33 +0100 Subject: [PATCH] Update 'Migrating from loose files' --- Migrating-from-loose-files.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Migrating-from-loose-files.md b/Migrating-from-loose-files.md index 740cde7..0d15317 100644 --- a/Migrating-from-loose-files.md +++ b/Migrating-from-loose-files.md @@ -34,7 +34,7 @@ resources = { packages = [ // At least one package file to load your files. It doesn't have to be named after your mod's ID value, but it is good practice to do so. - "packages/" + "packages/mods/" ] ``` @@ -55,7 +55,8 @@ A suggested final file structure looks as follows: └── ├──dtmt.cfg ├──packages - │ └──.package + │ └──mods + │ └──.package └──scripts └──mods └──