Add carbon mesh recipe, fixes #1777

This commit is contained in:
modmuss50 2019-08-13 11:49:34 +01:00
parent ff8b497c54
commit 5e33977d6a

View file

@ -0,0 +1,14 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"CC"
],
"key": {
"C": {
"item": "techreborn:carbon_fiber"
}
},
"result": {
"item": "techreborn:carbon_mesh"
}
}