minecraft-src/data/minecraft/recipe/lodestone.json
2025-07-04 03:45:38 +03:00

17 lines
No EOL
274 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": "minecraft:iron_ingot",
"S": "minecraft:chiseled_stone_bricks"
},
"pattern": [
"SSS",
"S#S",
"SSS"
],
"result": {
"count": 1,
"id": "minecraft:lodestone"
}
}