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

18 lines
274 B
JSON

{
"type": "minecraft:crafting_shaped",
"category":"equipment",
"pattern": [
" 11",
" 2 ",
" 2 "
],
"key": {
"1":{"item":"minecraft:copper_ingot"},
"2":{"item":"minecraft:stick"}
},
"result": {
"item":"minecraft:stone_hoe"
},
"show_notification":true
}