minecraft-assets/data/minecraft/recipes/clock.json

21 lines
321 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"#": {
"item": "minecraft:gold_ingot"
},
"X": {
"item": "minecraft:redstone"
}
},
"pattern": [
" # ",
"#X#",
" # "
],
"result": {
"item": "minecraft:clock"
},
"show_notification": true
}