mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-07 07:49:43 +00:00
a3b394c507
Initial layout
29 lines
607 B
JSON
29 lines
607 B
JSON
{
|
|
"format_version": "1.16",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:barrel_from_warped_slab"
|
|
},
|
|
"tags": [
|
|
"crafting_table"
|
|
],
|
|
"pattern": [
|
|
"ABA",
|
|
"A A",
|
|
"ABA"
|
|
],
|
|
"key": {
|
|
"A": {
|
|
"item": "minecraft:stick"
|
|
},
|
|
"B": {
|
|
"item": "warped_slab"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "minecraft:barrel",
|
|
"count": 1
|
|
},
|
|
"priority": 2
|
|
}
|
|
} |