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