1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-02-07 07:49:43 +00:00
bedrock-samples/behavior_pack/recipes/tripwire_hook_from_crimson_planks.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:tripwire_hook_from_crimson_planks"
},
"tags": [
"crafting_table"
],
"pattern": [
"A",
"B",
"C"
],
"key": {
"A": {
"item": "iron_ingot"
},
"B": {
"item": "stick"
},
"C": {
"item": "crimson_planks"
}
},
"result": {
"item": "tripwire_hook",
"count": 1
},
"priority": 2
}
}