From aafdebd209de00820d91a0155891fefda5e35118 Mon Sep 17 00:00:00 2001 From: stop-x13 <59541513+stop-x13@users.noreply.github.com> Date: Fri, 3 Sep 2021 15:24:07 +1000 Subject: [PATCH] Fix the recipe to make it work --- src/main/resources/data/decorative/recipes/black_lamp.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/data/decorative/recipes/black_lamp.json b/src/main/resources/data/decorative/recipes/black_lamp.json index deaaca6..09e00d0 100755 --- a/src/main/resources/data/decorative/recipes/black_lamp.json +++ b/src/main/resources/data/decorative/recipes/black_lamp.json @@ -7,7 +7,7 @@ ], "key": { "#": { - "item": "minecraft:white_wool" + "item": "minecraft:black_wool" }, "R": { "item": "minecraft:redstone_lamp" @@ -17,7 +17,7 @@ } }, "result": { - "item": "minecraft:white_concrete_powder", + "item": "decorative:black_lamp", "count": 1 } -} \ No newline at end of file +}