superb-warfare/src/main/resources/data/superbwarfare/recipes/big_hammer.json
2024-07-27 02:20:09 +08:00

24 lines
No EOL
365 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"pattern": [
"aba",
" c ",
" c "
],
"key": {
"a": {
"item": "minecraft:iron_ingot"
},
"b": {
"item": "minecraft:iron_block"
},
"c": {
"item": "minecraft:stick"
}
},
"result": {
"item": "superbwarfare:hammer",
"count": 1
}
}