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/mossy_stonebrick.json
Mike Ammerlaan 1c48a87a35 v1.21.20.3
2024-08-13 09:36:05 -07:00

28 lines
465 B
JSON

{
"format_version": "1.20.10",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "minecraft:mossy_stonebrick"
},
"tags": [ "crafting_table" ],
"ingredients": [
{
"item": "minecraft:stone_bricks"
},
{
"item": "minecraft:vine"
}
],
"unlock": [
{
"item": "minecraft:vine"
}
],
"result": {
"item": "minecraft:mossy_stone_bricks"
}
}
}