File tree Expand file tree Collapse file tree 1 file changed +38
-2
lines changed Expand file tree Collapse file tree 1 file changed +38
-2
lines changed Original file line number Diff line number Diff line change @@ -69,9 +69,9 @@ Dialogs can also specify exit actions that occur when using {kbd}`ESC` or clicki
69
69
## Appendix
70
70
71
71
:::::{tab-set}
72
- ::::{tab-item} Pause Screen Additions
72
+ ::::{tab-item} Root Data Pack Dialog
73
73
74
- ` data/minecraft/tag/ dialogs/pause_screen_additions.json `
74
+ ` data/smithed/ dialogs/data_packs `
75
75
``` json
76
76
{
77
77
"values" : [
@@ -85,6 +85,42 @@ Dialogs can also specify exit actions that occur when using {kbd}`ESC` or clicki
85
85
86
86
::::
87
87
88
+ ::::{tab-item} Pause Screen Additions
89
+
90
+ ` data/minecraft/tag/dialogs/pause_screen_additions.json `
91
+ ``` json
92
+ {
93
+ "type" : " minecraft:dialog_list" ,
94
+ "external_title" : {
95
+ "translate" : " menu.smithed.data_packs" ,
96
+ "fallback" : " %s..." ,
97
+ "with" : [
98
+ {
99
+ "translate" : " selectWorld.dataPacks"
100
+ }
101
+ ]
102
+ },
103
+ "title" : {
104
+ "translate" : " menu.smithed.data_packs.title" ,
105
+ "fallback" : " %s" ,
106
+ "with" : [
107
+ {
108
+ "translate" : " selectWorld.dataPacks"
109
+ }
110
+ ]
111
+ },
112
+ "dialogs" : " #smithed:data_packs" ,
113
+ "exit_action" : {
114
+ "label" : {
115
+ "translate" : " gui.back"
116
+ },
117
+ "width" : 200
118
+ }
119
+ }
120
+ ```
121
+
122
+ ::::
123
+
88
124
::::{tab-item} Data Packs Tag
89
125
90
126
` data/smithed/tag/dialogs/data_packs.json `
You can’t perform that action at this time.
0 commit comments