Skip to content

Commit b9253da

Browse files
committed
🐛 Add missing Export Namespace setting to blueprint settings docs
1 parent 984ed92 commit b9253da

File tree

1 file changed

+18
-6
lines changed
  • src/routes/docs/[...3]the-blueprint-format/[...2]settings

1 file changed

+18
-6
lines changed

src/routes/docs/[...3]the-blueprint-format/[...2]settings/+page.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,29 @@ If you are using a Paper plugin to load your rig, you should enable this setting
4343

4444
What format to export the Resource Pack in.
4545

46-
- **Raw**: Exports the Resource Pack as a normal folder structure.
47-
- **Zip**: Exports the Resource Pack as a `.zip` file.
48-
- **None**: Does not export the Resource Pack.
46+
- **Raw**: Exports the Resource Pack as a normal folder structure.
47+
- **Zip**: Exports the Resource Pack as a `.zip` file.
48+
- **None**: Does not export the Resource Pack.
4949

5050
### Data Pack Export Mode
5151

5252
What format to export the Data Pack in.
5353

54-
- **Raw**: Exports the Data Pack as a normal folder structure.
55-
- **Zip**: Exports the Data Pack as a `.zip` file.
56-
- **None**: Does not export the Data Pack.
54+
- **Raw**: Exports the Data Pack as a normal folder structure.
55+
- **Zip**: Exports the Data Pack as a `.zip` file.
56+
- **None**: Does not export the Data Pack.
57+
58+
### Export Namespace
59+
60+
The namespace of all exported files. Used when generating the Data Pack and Resource Pack structure.
61+
62+
:::admonition type=note
63+
The exported files will be placed in the following directories:
64+
65+
- Data Pack: `assets/animated_java/<export_namespace>/`
66+
- Resource Pack: `data/animated_java/blueprints/<export_namespace>/`
67+
68+
:::
5769

5870
## Resource Pack Settings
5971

0 commit comments

Comments
 (0)