Files
minecraft-assets/assets/minecraft/recipes/end_bricks.json
2017-04-15 11:12:58 +00:00

16 lines
209 B
JSON

{
"type": "crafting_shaped",
"pattern": [
"##",
"##"
],
"key": {
"#": {
"item": "minecraft:end_stone"
}
},
"result": {
"item": "minecraft:end_bricks",
"count": 4
}
}