Files
minecraft-assets/data/minecraft/recipes/polished_basalt.json
2020-06-23 13:13:26 +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
}
}