1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-02-07 07:49:43 +00:00
Mike Ammerlaan 1440438305 v1.21.30.3
2024-09-17 09:13:33 -07:00

30 lines
465 B
JSON

{
"format_version": "1.20.10",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:brick_wall"
},
"tags": [ "crafting_table" ],
"pattern": [
"###",
"###"
],
"key": {
"#": {
"item": "minecraft:brick_block"
}
},
"unlock": [
{
"item": "minecraft:brick_block"
}
],
"result": {
"item": "minecraft:brick_wall",
"count": 6
}
}
}