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