From f1425e6c7f7c46a15a0306bee3dd568fa8a98234 Mon Sep 17 00:00:00 2001 From: Smell of curry <75345244+smell-of-curry@users.noreply.github.com> Date: Tue, 19 Aug 2025 10:24:58 -0400 Subject: [PATCH] Update minecraftRecipe_Shaped.md to remove duplicate --- .../Examples/RecipeDefinitions/minecraftRecipe_Shaped.md | 1 - 1 file changed, 1 deletion(-) diff --git a/creator/Reference/Content/RecipeReference/Examples/RecipeDefinitions/minecraftRecipe_Shaped.md b/creator/Reference/Content/RecipeReference/Examples/RecipeDefinitions/minecraftRecipe_Shaped.md index 57b160cc2..9db0fa945 100644 --- a/creator/Reference/Content/RecipeReference/Examples/RecipeDefinitions/minecraftRecipe_Shaped.md +++ b/creator/Reference/Content/RecipeReference/Examples/RecipeDefinitions/minecraftRecipe_Shaped.md @@ -14,7 +14,6 @@ Represents a crafting recipe that is to be used with a crafting table. The key u |Name |Type| Default| Description | |:-----------|:-----------|------------|:-----------| -|assume_symmetry| Boolean| Determines if the recipe should assume symmetry or not.| |key| array of key and item pairs| *not set*| Pattern key character mapped to item names. | |pattern|String array|*not set*| Characters that represent a pattern to be defined by keys. | | priority| Integer|*not set*| Sets the priority order of the recipe. Lower numbers represent a higher priority. |