mc_rebalance_datapack/data/minecraft/recipes/diamond_axe.json

19 lines
311 B
JSON
Raw Permalink Normal View History

2025-08-28 18:43:46 +00:00
{
"type": "minecraft:crafting_shaped",
"category":"equipment",
"pattern": [
" 11",
" 21",
" 3 "
],
"key": {
"1":{"item":"minecraft:diamond"},
"2":{"item":"minecraft:magma_cream"},
"3":{"item":"minecraft:stick"}
},
"result": {
"item":"minecraft:diamond_axe"
},
"show_notification":true
}