diff --git a/data/createaddition/recipes/mixing/small_light_connector.json b/data/createaddition/recipes/mixing/small_light_connector.json new file mode 100644 index 00000000..24636ab0 --- /dev/null +++ b/data/createaddition/recipes/mixing/small_light_connector.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "tag": "c:wires/iron" + }, + { + "tag": "minecraft:glass" + }, + { + "item": "createaddition:connector" + } + ], + "result":{ + "item": "createaddition:small_light_connector", + "count": 1 + } +} \ No newline at end of file