minecraft-src/data/minecraft/recipe/lodestone.json
2025-07-04 01:41:11 +03:00

21 lines
No EOL
323 B
JSON

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