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