From 90e93bdb3542aef0396b88d28144998820cbe754 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Mon, 10 Feb 2020 17:11:19 +0100 Subject: [PATCH] fixed the gold fiber recipe using the wrong tall grass Closes #76 --- src/main/resources/data/naturesaura/recipes/gold_fiber.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/data/naturesaura/recipes/gold_fiber.json b/src/main/resources/data/naturesaura/recipes/gold_fiber.json index 6f5e62b9..0ccb7f7d 100644 --- a/src/main/resources/data/naturesaura/recipes/gold_fiber.json +++ b/src/main/resources/data/naturesaura/recipes/gold_fiber.json @@ -10,7 +10,7 @@ "tag": "forge:nuggets/gold" }, "G": { - "item": "minecraft:tall_grass" + "item": "minecraft:grass" }, "L": { "tag": "minecraft:leaves"