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/creaking_heart.json
Mike Ammerlaan 5ce65764d3 v1.21.50.7
2024-12-03 08:43:20 -08:00

36 lines
589 B
JSON

{
"format_version": "1.21.50",
"minecraft:recipe_shaped": {
"description": {
"identifier": "minecraft:creaking_heart"
},
"tags": [
"crafting_table"
],
"pattern": [
"#",
"R",
"#"
],
"key": {
"#": {
"item": "minecraft:pale_oak_log"
},
"R": {
"item": "minecraft:resin_block"
}
},
"unlock": [
{
"item": "minecraft:pale_oak_log"
},
{
"item": "minecraft:resin_block"
}
],
"result": {
"item": "minecraft:creaking_heart"
}
}
}