25 lines
388 B
JSON
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
|
|
}
|
|
}
|
|
}
|