1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-02-23 20:57:08 +00:00
Mike Ammerlaan 1c48a87a35 v1.21.20.3
2024-08-13 09:36:05 -07:00

30 lines
506 B
JSON

{
"format_version": "1.20.10",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:pillar_quartz_block"
},
"tags": [ "crafting_table" ],
"pattern": [
"#",
"#"
],
"key": {
"#": {
"item": "minecraft:quartz_block",
"data": 0
}
},
"unlock": [
{
"item": "minecraft:quartz_block",
"data": 0
}
],
"result": {
"item": "minecraft:quartz_pillar",
"count": 2
}
}
}