Update 'Migrating from loose files'
parent
46243aaada
commit
bdc9f16b5d
1 changed files with 3 additions and 2 deletions
|
@ -34,7 +34,7 @@ resources = {
|
||||||
|
|
||||||
packages = [
|
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.
|
// 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/<id>"
|
"packages/mods/<id>"
|
||||||
]
|
]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -55,7 +55,8 @@ A suggested final file structure looks as follows:
|
||||||
└──<id>
|
└──<id>
|
||||||
├──dtmt.cfg
|
├──dtmt.cfg
|
||||||
├──packages
|
├──packages
|
||||||
│ └──<id>.package
|
│ └──mods
|
||||||
|
│ └──<id>.package
|
||||||
└──scripts
|
└──scripts
|
||||||
└──mods
|
└──mods
|
||||||
└──<id>
|
└──<id>
|
||||||
|
|
Loading…
Add table
Reference in a new issue