Files
minecraft-assets/data/minecraft/recipes/lodestone.json
2024-05-07 18:18:06 +02:00

21 lines
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"
}
}