PhysicalConnectivity/src/main/resources/data/phycon/recipes/screwdriver.json

16 lines
237 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
" I",
" I ",
"W "
],
"key": {
"W": {"item": "minecraft:red_wool"},
"I": {"tag": "c:iron_ingots"}
},
"result": {
"item": "phycon:screwdriver"
}
}