From 0ab32b871573c5ff50b110625c01c1497b59e3c2 Mon Sep 17 00:00:00 2001 From: Brayden Chan <72172597+megabyte6@users.noreply.github.com> Date: Sun, 7 Jul 2024 00:57:17 -0700 Subject: [PATCH] Fix old path (#130) Change to the correct path for modding in Minecraft version 1.21 --- develop/items/first-item.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develop/items/first-item.md b/develop/items/first-item.md index 3baf2d19c..d424845ce 100644 --- a/develop/items/first-item.md +++ b/develop/items/first-item.md @@ -129,7 +129,7 @@ Alternatively, if you want to make your item a fuel, you can use the `FuelRegist -If you want to add a crafting recipe for your item, you will need to place a recipe JSON file in the `data//recipes` folder. +If you want to add a crafting recipe for your item, you will need to place a recipe JSON file in the `data//recipe` folder. For more information on the recipe format, checkout these resources: