mc_rebalance/data/minecraft/recipes/diamond_axe.json
2025-08-20 02:55:52 +01:00

19 lines
311 B
JSON

{
"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
}