1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-02-23 20:57:08 +00:00
bedrock-samples/behavior_pack/recipes/soul_campfire_from_warped_stem2.json
Mike Ammerlaan a3b394c507 1.19.30
Initial layout
2022-09-23 06:24:26 -07:00

32 lines
672 B
JSON

{
"format_version": "1.16",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:soul_campfire_from_warped_stem2"
},
"tags": [
"crafting_table"
],
"pattern": [
" A ",
"ABA",
"CCC"
],
"key": {
"A": {
"item": "stick"
},
"B": {
"item": "soul_sand"
},
"C": {
"item": "warped_stem"
}
},
"result": {
"item": "soul_campfire",
"count": 1
},
"priority": 2
}
}