mc_rebalance/data/minecraft/recipes/stone_shovel.json

18 lines
277 B
JSON
Raw Normal View History

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