superb-warfare/src/main/resources/data/superbwarfare/recipes/lead_block_crafting.json
2024-09-11 15:56:35 +08:00

21 lines
No EOL
318 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
"aaa",
"aba",
"aaa"
],
"key": {
"a": {
"item": "superbwarfare:lead_ingot"
},
"b": {
"tag":"forge:ingots/lead"
}
},
"result": {
"item": "superbwarfare:lead_block",
"count": 1
}
}