Make carbon mesh shapeless
This commit is contained in:
parent
54813ecdc3
commit
2a6a91fa87
1 changed files with 13 additions and 13 deletions
|
@ -1,13 +1,13 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:crafting_shaped",
|
"type": "minecraft:crafting_shapeless",
|
||||||
"pattern": [
|
"ingredients": [
|
||||||
"CC"
|
{
|
||||||
],
|
"item": "techreborn:carbon_fiber"
|
||||||
"key": {
|
},
|
||||||
"C": {
|
{
|
||||||
"item": "techreborn:carbon_fiber"
|
"item": "techreborn:carbon_fiber"
|
||||||
}
|
}
|
||||||
},
|
],
|
||||||
"result": {
|
"result": {
|
||||||
"item": "techreborn:carbon_mesh"
|
"item": "techreborn:carbon_mesh"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue