Make carbon mesh shapeless

This commit is contained in:
drcrazy 2019-08-13 13:53:28 +03:00
parent 54813ecdc3
commit 2a6a91fa87

View file

@ -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"
} }