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 + } +}