From 7ff937a112c70fc6a7bfc0ff8cd3a0d5f41d9835 Mon Sep 17 00:00:00 2001 From: Nicolas BARBOTIN Date: Wed, 24 Jul 2019 14:04:29 +0200 Subject: [PATCH] + Forgot the CC Interface recipe... --- .../webdisplays/recipes/ccinterface.json | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/main/resources/assets/webdisplays/recipes/ccinterface.json diff --git a/src/main/resources/assets/webdisplays/recipes/ccinterface.json b/src/main/resources/assets/webdisplays/recipes/ccinterface.json new file mode 100644 index 0000000..f335e8b --- /dev/null +++ b/src/main/resources/assets/webdisplays/recipes/ccinterface.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "PC" + ], + "key": { + "C": { + "item": "minecraft:dye", + "data": 6 + }, + "P": { + "item": "webdisplays:craftcomp", + "data": 2 + } + }, + "result": { + "item": "webdisplays:peripheral", + "data": 1 + } +}