Add carbon mesh recipe, fixes #1777
This commit is contained in:
parent
ff8b497c54
commit
5e33977d6a
1 changed files with 14 additions and 0 deletions
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"pattern": [
|
||||||
|
"CC"
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"C": {
|
||||||
|
"item": "techreborn:carbon_fiber"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "techreborn:carbon_mesh"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue