Files
minecraft-assets/data/minecraft/recipes/clock.json
2024-02-14 17:44:28 +01:00

20 lines
292 B
JSON

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