Files
minecraft-assets/data/minecraft/recipes/deepslate_bricks.json
2021-12-08 18:34:21 +00:00

16 lines
234 B
JSON

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