From e771879d8cdff60b1c3c2364646d0c077c10d22f Mon Sep 17 00:00:00 2001 From: Smell of curry <75345244+smell-of-curry@users.noreply.github.com> Date: Tue, 19 Aug 2025 12:43:45 -0400 Subject: [PATCH] Update recipes.json to fix spelling (#369) --- source/behavior/recipes/recipes.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/behavior/recipes/recipes.json b/source/behavior/recipes/recipes.json index aed2f794..80392fc9 100644 --- a/source/behavior/recipes/recipes.json +++ b/source/behavior/recipes/recipes.json @@ -6,7 +6,7 @@ "minProperties": 2, "type": "object", "title": "Recipe", - "descreiption": "A recipe is a set of ingredients and a result that can be crafted using a crafting table, furnace, brewing stand, or stonecutter.", + "description": "A recipe is a set of ingredients and a result that can be crafted using a crafting table, furnace, brewing stand, or stonecutter.", "properties": { "format_version": { "type": "string", @@ -21,3 +21,4 @@ "minecraft:recipe_smithing_transform": { "$ref": "./types/recipe_smithing_transform.json" } } } +