Files
minecraft-assets/data/minecraft/recipes/polished_basalt.json
2022-04-27 18:37:06 +00:00

16 lines
221 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"SS",
"SS"
],
"key": {
"S": {
"item": "minecraft:basalt"
}
},
"result": {
"item": "minecraft:polished_basalt",
"count": 4
}
}