Files
minecraft-assets/data/minecraft/recipe/end_stone_bricks.json
2024-05-29 18:31:30 +02:00

17 lines
249 B
JSON

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