Files
minecraft-assets/data/minecraft/recipes/clock.json
2022-06-29 18:37:59 +02:00

19 lines
265 B
JSON

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