diff --git a/data/minecraft/recipes/lodestone.json b/data/minecraft/recipes/lodestone.json new file mode 100644 index 0000000..c286b47 --- /dev/null +++ b/data/minecraft/recipes/lodestone.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "key": { + "#": { + "item": "minecraft:iron_ingot" + }, + "S": { + "item": "minecraft:chiseled_stone_bricks" + } + }, + "pattern": [ + "SSS", + "S#S", + "SSS" + ], + "result": { + "item": "minecraft:lodestone" + }, + "show_notification": true +}