mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-31 02:31:25 +00:00
31 lines
636 B
JSON
31 lines
636 B
JSON
{
|
|
"format_version": "1.20.10",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:deepslate_tiles"
|
|
},
|
|
"key": {
|
|
"S": {
|
|
"item": "minecraft:deepslate_bricks"
|
|
}
|
|
},
|
|
"pattern": [
|
|
"SS",
|
|
"SS"
|
|
],
|
|
"priority": 1,
|
|
"result": {
|
|
"count": 4,
|
|
"item": "minecraft:deepslate_tiles"
|
|
},
|
|
"unlock": [
|
|
{
|
|
"item": "minecraft:deepslate_bricks"
|
|
}
|
|
],
|
|
"tags": [
|
|
"crafting_table"
|
|
]
|
|
}
|
|
}
|