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

25 lines
372 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:coal"
},
"tags": [ "crafting_table" ],
"pattern": [
"#"
],
"key": {
"#": {
"item": "minecraft:coal_block"
}
},
"result": {
"item": "minecraft:coal",
"data": 0,
"count": 9
}
}
}