diff --git a/src/main/resources/data/techreborn/recipes/crafting_table/parts/carbon_mesh.json b/src/main/resources/data/techreborn/recipes/crafting_table/parts/carbon_mesh.json new file mode 100644 index 000000000..93c77f4e1 --- /dev/null +++ b/src/main/resources/data/techreborn/recipes/crafting_table/parts/carbon_mesh.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "CC" + ], + "key": { + "C": { + "item": "techreborn:carbon_fiber" + } + }, + "result": { + "item": "techreborn:carbon_mesh" + } +} \ No newline at end of file