Files
minecraft-assets/data/minecraft/recipe/golden_pickaxe.json
2024-06-13 21:50:08 +02:00

21 lines
312 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"#": {
"item": "minecraft:stick"
},
"X": {
"item": "minecraft:gold_ingot"
}
},
"pattern": [
"XXX",
" # ",
" # "
],
"result": {
"count": 1,
"id": "minecraft:golden_pickaxe"
}
}