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