mc_rebalance/data/minecraft/recipes/stone_pickaxe.json

18 lines
278 B
JSON
Raw Normal View History

2025-08-20 01:55:52 +00:00
{
"type": "minecraft:crafting_shaped",
"category":"equipment",
"pattern": [
"111",
" 2 ",
" 2 "
],
"key": {
"1":{"item":"minecraft:copper_ingot"},
"2":{"item":"minecraft:stick"}
},
"result": {
"item":"minecraft:stone_pickaxe"
},
"show_notification":true
}