1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-01-31 02:31:25 +00:00
bedrock-samples/behavior_pack/recipes/crafting_table_default.json
Mike Ammerlaan e304be6ab8 v1.20.80.5
2024-04-23 09:20:49 -07:00

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
}
}