From 99e77a0678d2d5a4680a1fad18cfbbec0bb5302e Mon Sep 17 00:00:00 2001 From: Ayutac Date: Fri, 29 Apr 2022 14:29:32 +0200 Subject: [PATCH] fixed bug I introduced by accident --- .../recipes/crafting_table/parts/shulker_shell.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/parts/shulker_shell.json b/src/main/resources/data/techreborn/recipes/crafting_table/parts/shulker_shell.json index 037948a92..bffebfae9 100644 --- a/src/main/resources/data/techreborn/recipes/crafting_table/parts/shulker_shell.json +++ b/src/main/resources/data/techreborn/recipes/crafting_table/parts/shulker_shell.json @@ -20,6 +20,6 @@ } }, "result": { - "item": "item:shulker_shell" + "item": "minecraft:shulker_shell" } -} \ No newline at end of file +}