Skip to content

Commit 0424db9

Browse files
committed
docs: fixing
1 parent ec3705d commit 0424db9

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

docs/conventions/data-pack-menu.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -71,23 +71,7 @@ Dialogs can also specify exit actions that occur when using {kbd}`ESC` or clicki
7171
:::::{tab-set}
7272
::::{tab-item} Root Data Pack Dialog
7373

74-
`data/smithed/dialogs/data_packs`
75-
```json
76-
{
77-
"values": [
78-
{
79-
"id": "smithed:data_packs",
80-
"required": false
81-
}
82-
]
83-
}
84-
```
85-
86-
::::
87-
88-
::::{tab-item} Pause Screen Additions
89-
90-
`data/minecraft/tag/dialogs/pause_screen_additions.json`
74+
`data/smithed/dialogs/data_packs.json`
9175
```json
9276
{
9377
"type": "minecraft:dialog_list",
@@ -121,6 +105,22 @@ Dialogs can also specify exit actions that occur when using {kbd}`ESC` or clicki
121105

122106
::::
123107

108+
::::{tab-item} Pause Screen Additions
109+
110+
`data/minecraft/tag/dialogs/pause_screen_additions.json`
111+
```json
112+
{
113+
"values": [
114+
{
115+
"id": "smithed:data_packs",
116+
"required": false
117+
}
118+
]
119+
}
120+
```
121+
122+
::::
123+
124124
::::{tab-item} Data Packs Tag
125125

126126
`data/smithed/tag/dialogs/data_packs.json`

docs/conventions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Conventions
1+
# {{new_bdg}} Conventions
22
Smithed imposes conventions for pack creators to follow allowing for a compatible pack ecosystem. These conventions are highly recommended to help . They allow for pack interoperability both within and without the ecosystem (i.e. they are designed to work in normal worlds).
33

44
----

0 commit comments

Comments
 (0)