From cba57b2f568db7f8add0be04902d944dfdb7292a Mon Sep 17 00:00:00 2001 From: Floyd Everest <41366210+fleverest@users.noreply.github.com> Date: Tue, 25 Jan 2022 13:17:59 +1100 Subject: [PATCH] Re-updated README.md to include my crafting tweaks --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b63afa3c..48ee93ab 100644 --- a/README.md +++ b/README.md @@ -899,6 +899,12 @@ Example of expected Vanillatweaks file format: "coordinates hud" ], "items": ["armored elytra"] + }, + "craftingtweaks": { + "quality of life": [ + "rotten flesh to leather", + "back to blocks" + ] } } ```