Files
IMoO/recipes_old/furnace_from_blackstone.json
2022-01-24 20:17:51 +03:00

24 lines
402 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:furnace_from_blackstone"
},
"tags": [ "crafting_table" ],
"pattern": [
"###",
"# #",
"###"
],
"key": {
"#": {
"item": "minecraft:blackstone"
}
},
"result": {
"item": "minecraft:furnace"
},
"priority": 2
}
}