diff options
Diffstat (limited to 'minecrafttrivia/mcdata/recipes/clock.json')
-rw-r--r-- | minecrafttrivia/mcdata/recipes/clock.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/minecrafttrivia/mcdata/recipes/clock.json b/minecrafttrivia/mcdata/recipes/clock.json new file mode 100644 index 0000000..1f14927 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/clock.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " # ", + "#X#", + " # " + ], + "key": { + "#": { + "item": "minecraft:gold_ingot" + }, + "X": { + "item": "minecraft:redstone" + } + }, + "result": { + "item": "minecraft:clock" + } +}
\ No newline at end of file |