Files
IMoO/recipes/polished_basalt.json
T
2022-01-23 21:24:12 +03:00

25 lines
388 B
JSON

{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:polished_basalt"
},
"tags": [ "crafting_table" ],
"pattern": [
"##",
"##"
],
"key": {
"#": {
"item": "minecraft:basalt"
}
},
"result": {
"item": "minecraft:polished_basalt",
"count": 4
}
}
}