Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
arexon committed Nov 22, 2022
1 parent b2be36e commit e97f988
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,16 @@ Here is the required config:

```jsonc
{
"packs": {
"worldTemplate": "./WT" // could also be "./packs/WT" or "./worlds"
}
// Now any world inside the "worlds" directory can be used in the command line argument.
"worlds": ["./worlds/*"],
}
```

You can also reference multiple directories that store worlds:

```jsonc
{
"worlds": ["./worlds/dev/*", "./worlds/demo/*"],
}
```

Expand Down

0 comments on commit e97f988

Please sign in to comment.