Clarify Vanilla Tweaks file documentation (#3287)

This commit is contained in:
Caden Kriese
2025-01-27 20:52:24 -07:00
committed by GitHub
parent dff4673094
commit 40daa8b803
+11 -6
View File
@@ -80,6 +80,10 @@ Example of expected VanillaTweaks share codes:
VANILLATWEAKS_SHARECODE: MGr52E,tF1zL2,LnEDwT VANILLATWEAKS_SHARECODE: MGr52E,tF1zL2,LnEDwT
``` ```
!!! note
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.
Example of expected VanillaTweaks files: Example of expected VanillaTweaks files:
``` yaml ``` yaml
@@ -89,13 +93,14 @@ VANILLATWEAKS_FILE: /config/vt-datapacks.json,/config/vt-craftingtweaks.json,/co
``` json title="DataPacks json" ``` json title="DataPacks json"
{ {
"type": "datapacks", "type": "datapacks",
"version": "1.18", "version": "1.21",
"packs": { "packs": {
"survival": [ "gameplay changes": [
"graves", "graves",
"multiplayer sleep" "multiplayer sleep",
"armored elytra"
], ],
"items": ["armored elytra"] "teleport commands": ["tpa"]
} }
} }
``` ```
@@ -103,7 +108,7 @@ VANILLATWEAKS_FILE: /config/vt-datapacks.json,/config/vt-craftingtweaks.json,/co
``` json title="ResourcePacks json" ``` json title="ResourcePacks json"
{ {
"type": "resourcepacks", "type": "resourcepacks",
"version": "1.18", "version": "1.21",
"packs": { "packs": {
"aesthetic": ["CherryPicking", "BlackNetherBricks", "AlternateBlockDestruction"] "aesthetic": ["CherryPicking", "BlackNetherBricks", "AlternateBlockDestruction"]
} }
@@ -114,7 +119,7 @@ VANILLATWEAKS_FILE: /config/vt-datapacks.json,/config/vt-craftingtweaks.json,/co
``` json title="CraftingTweaks Json" ``` json title="CraftingTweaks Json"
{ {
"type": "craftingtweaks", "type": "craftingtweaks",
"version": "1.18", "version": "1.21",
"packs": { "packs": {
"quality of life": [ "quality of life": [
"dropper to dispenser", "dropper to dispenser",