superb-warfare/src/main/resources/data/superbwarfare/recipes/copper_plate_crafting.json

16 lines
No EOL
267 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"ingredients": [
{
"item": "minecraft:copper_ingot"
},
{
"item": "superbwarfare:hammer"
}
],
"result": {
"item": "superbwarfare:copper_plate",
"count": 1
}
}