From c7e17fd0362fd3e8681272ffbfe294eb385333bd Mon Sep 17 00:00:00 2001 From: Sergeant Acoustic Date: Fri, 5 Sep 2025 21:55:01 +0100 Subject: [PATCH] Backport cheaper lodestone recipe --- data/minecraft/recipes/lodestone.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 data/minecraft/recipes/lodestone.json 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 +}