Skip to content

Commit 22d1be4

Browse files
committed
Fix wording of pack format overview
1 parent 62784f4 commit 22d1be4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/pack-format/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ The packwiz CLI uses a custom format to store metadata about files contained in
44

55
- [`pack.toml`](pack-toml.md) stores metadata about the modpack itself, including Minecraft and mod loader versions
66
- [`index.toml`](index-toml.md) stores a list of files in the modpack, with hashes to determine when files have been changed
7-
- [`external.pw.toml`](mod-toml.md) references files that are to be downloaded from an external support, with optional and side-only filtering, including metadata to allow these links to be updated
7+
- [`external.pw.toml`](mod-toml.md) references files to download from an external server, with optional and side-only filtering, including metadata to allow these links to be updated
88
- Any filename is allowed for these metadata files; `metafile = true` in the index indicates which files are external
99
- The extension `.pw.toml` is recommended to allow `metafile = true` to be automatically set by the CLI (and may be required in a future version of the format)
1010

11-
`pack.toml` and `index.toml` are typically stored in the root directory of the modpack; external references can be placed in any directory, but they are typically used for mods and resource packs.
11+
`pack.toml` and `index.toml` are typically stored in the root directory of the modpack; external references can be placed in any directory, but are typically used for mods and resource packs.
1212

1313
[Example Pack :octicons-link-external-16:](https://github.com/packwiz/packwiz-example-pack){ .md-button .md-button--primary target="_blank" }
1414

0 commit comments

Comments
 (0)