Files
minecraft-assets/data/minecraft/recipes/clock.json
2024-05-07 18:18:06 +02:00

21 lines
306 B
JSON

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