Files
minecraft-assets/data/minecraft/recipes/polished_basalt.json
2024-04-22 09:53:17 +02:00

17 lines
245 B
JSON

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