mc_rebalance_datapack/data/minecraft/recipes/diamond_pickaxe.json
2025-08-28 19:43:46 +01:00

19 lines
315 B
JSON

{
"type": "minecraft:crafting_shaped",
"category":"equipment",
"pattern": [
"121",
" 3 ",
" 3 "
],
"key": {
"1":{"item":"minecraft:diamond"},
"2":{"item":"minecraft:magma_cream"},
"3":{"item":"minecraft:stick"}
},
"result": {
"item":"minecraft:diamond_pickaxe"
},
"show_notification":true
}