minecraft-src/data/minecraft/recipe/mace.json
2025-07-04 01:41:11 +03:00

20 lines
No EOL
296 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"#": {
"item": "minecraft:heavy_core"
},
"I": {
"item": "minecraft:breeze_rod"
}
},
"pattern": [
" # ",
" I "
],
"result": {
"count": 1,
"id": "minecraft:mace"
}
}