mc_rebalance_datapack/data/minecraft/recipes/lodestone.json

22 lines
334 B
JSON

{
"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
}