Files
minecraft-assets/data/minecraft/recipe/clock.json
2025-03-19 18:31:15 +01:00

17 lines
262 B
JSON

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