mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-31 02:31:25 +00:00
27 lines
572 B
JSON
27 lines
572 B
JSON
{
|
|
"format_version": "1.20.10",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:WorkBench_recipeId_from_oak"
|
|
},
|
|
"tags": [
|
|
"crafting_table"
|
|
],
|
|
"pattern": [
|
|
"AA",
|
|
"AA"
|
|
],
|
|
"key": {
|
|
"A": {
|
|
"item": "minecraft:oak_planks"
|
|
}
|
|
},
|
|
"unlock": {
|
|
"context": "AlwaysUnlocked"
|
|
},
|
|
"result": {
|
|
"item": "crafting_table"
|
|
},
|
|
"priority": -1
|
|
}
|
|
} |