Files
Brewcraft/src/main/resources/data/brewcraft/recipes/mashine_body.json

21 lines
314 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"pattern": [
"III",
"ICI",
"III"
],
"key": {
"I": {
"item": "minecraft:iron_ingot"
},
"C": {
"item": "minecraft:copper_ingot"
}
},
"result": {
"item": "brewcraft:mashine_body",
"count": 1
}
}