Skip to content

Commit 40daa8b

Browse files
authored
Clarify Vanilla Tweaks file documentation (#3287)
1 parent dff4673 commit 40daa8b

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

docs/misc/world-data.md

+11-6
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ Example of expected VanillaTweaks share codes:
8080
VANILLATWEAKS_SHARECODE: MGr52E,tF1zL2,LnEDwT
8181
```
8282
83+
!!! note
84+
85+
Datapack names are all lower case. [See their spec](https://vanillatweaks.net/assets/resources/json/1.21/dpcategories.json) for a full list of 1.21 datapacks, and [their spec](https://vanillatweaks.net/assets/resources/json/1.21/ctcategories.json) for a full list of 1.21 crafting tweaks.
86+
8387
Example of expected VanillaTweaks files:
8488
8589
``` yaml
@@ -89,21 +93,22 @@ VANILLATWEAKS_FILE: /config/vt-datapacks.json,/config/vt-craftingtweaks.json,/co
8993
``` json title="DataPacks json"
9094
{
9195
"type": "datapacks",
92-
"version": "1.18",
96+
"version": "1.21",
9397
"packs": {
94-
"survival": [
98+
"gameplay changes": [
9599
"graves",
96-
"multiplayer sleep"
100+
"multiplayer sleep",
101+
"armored elytra"
97102
],
98-
"items": ["armored elytra"]
103+
"teleport commands": ["tpa"]
99104
}
100105
}
101106
```
102107

103108
``` json title="ResourcePacks json"
104109
{
105110
"type": "resourcepacks",
106-
"version": "1.18",
111+
"version": "1.21",
107112
"packs": {
108113
"aesthetic": ["CherryPicking", "BlackNetherBricks", "AlternateBlockDestruction"]
109114
}
@@ -114,7 +119,7 @@ VANILLATWEAKS_FILE: /config/vt-datapacks.json,/config/vt-craftingtweaks.json,/co
114119
``` json title="CraftingTweaks Json"
115120
{
116121
"type": "craftingtweaks",
117-
"version": "1.18",
122+
"version": "1.21",
118123
"packs": {
119124
"quality of life": [
120125
"dropper to dispenser",

0 commit comments

Comments
 (0)