From 96313c44673e4f9844ad1d27b160a432990c53cd Mon Sep 17 00:00:00 2001 From: Jonas_Jones <91549607+J-onasJones@users.noreply.github.com> Date: Tue, 18 Apr 2023 19:25:56 +0200 Subject: [PATCH] added recipe for bedrock --- src/main/resources/data/nec/recipes/bedrock.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/main/resources/data/nec/recipes/bedrock.json diff --git a/src/main/resources/data/nec/recipes/bedrock.json b/src/main/resources/data/nec/recipes/bedrock.json new file mode 100644 index 0000000..6b9ffc0 --- /dev/null +++ b/src/main/resources/data/nec/recipes/bedrock.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "tag": "minecraft:beds" + }, + { + "item": "minecraft:stone" + } + ], + "result": { + "item": "minecraft:bedrock" + } +}