minecraft-assets/data/minecraft/recipes/end_stone_bricks.json

18 lines
280 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "building",
"key": {
"#": {
"item": "minecraft:end_stone"
}
},
"pattern": [
"##",
"##"
],
"result": {
"count": 4,
"item": "minecraft:end_stone_bricks"
},
"show_notification": true
}