From 7b0bac48a347d11799f864fe24ca1611a2d8ff29 Mon Sep 17 00:00:00 2001 From: Mystoxi <95170494+Mistoxi@users.noreply.github.com> Date: Wed, 1 Nov 2023 19:43:25 +0100 Subject: [PATCH] Create recipe of citrine block --- .../multisignals/recipes/citrine_block.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/main/resources/data/multisignals/recipes/citrine_block.json diff --git a/src/main/resources/data/multisignals/recipes/citrine_block.json b/src/main/resources/data/multisignals/recipes/citrine_block.json new file mode 100644 index 0000000..9ddb362 --- /dev/null +++ b/src/main/resources/data/multisignals/recipes/citrine_block.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "citrine", + "key": { + "#": { + "item": "multisignals:citrine" + } + }, + "pattern": [ + "###", + "###", + "###" + ], + "result": { + "item": "multisignals:citrine_block" + }, + "show_notification": true +}