From 1e7452424d77d914200eda546550b259a38d1150 Mon Sep 17 00:00:00 2001 From: Jonas_Jones <91549607+J-onasJones@users.noreply.github.com> Date: Tue, 18 Apr 2023 19:36:44 +0200 Subject: [PATCH] added pocket block recipe --- .../resources/data/nec/recipes/pocket_block.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/main/resources/data/nec/recipes/pocket_block.json diff --git a/src/main/resources/data/nec/recipes/pocket_block.json b/src/main/resources/data/nec/recipes/pocket_block.json new file mode 100644 index 0000000..03cbcc3 --- /dev/null +++ b/src/main/resources/data/nec/recipes/pocket_block.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "ingredients": [ + { + "item": "minecraft:bedrock" + } + ], + "result": { + "item": "nec:pocket_block" + }, + "show_notification": true +} \ No newline at end of file