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
43
43
44
44
What format to export the Resource Pack in.
45
45
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.
49
49
50
50
### Data Pack Export Mode
51
51
52
52
What format to export the Data Pack in.
53
53
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
+ :::
57
69
58
70
## Resource Pack Settings
59
71
You can’t perform that action at this time.
0 commit comments