Files
Minecraft1.12SRC/eclipse/Client/bin/assets/minecraft/recipes/furnace.json
2020-07-20 00:21:55 +08:00

16 lines
205 B
JSON

{
"type": "crafting_shaped",
"pattern": [
"###",
"# #",
"###"
],
"key": {
"#": {
"item": "minecraft:cobblestone"
}
},
"result": {
"item": "minecraft:furnace"
}
}