Backport cheaper lodestone recipe

This commit is contained in:
Sergeant Acoustic 2025-09-05 21:55:01 +01:00
parent 64a9f5c67e
commit c7e17fd036

View file

@ -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
}