File tree Expand file tree Collapse file tree 1 file changed +18
-6
lines changed
src/routes/docs/[...3]the-blueprint-format/[...2]settings Expand file tree Collapse file tree 1 file changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -43,17 +43,29 @@ If you are using a Paper plugin to load your rig, you should enable this setting
4343
4444What 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
5252What 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
You can’t perform that action at this time.
0 commit comments