Files
tcc/servers/bedrock/behavior_packs/vanilla/recipes/mossy_cobblestone.json

23 lines
386 B
JSON
Vendored

{
"format_version": "1.12",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "minecraft:mossy_cobblestone"
},
"tags": [ "crafting_table" ],
"ingredients": [
{
"item": "minecraft:cobblestone"
},
{
"item": "minecraft:vine"
}
],
"result": {
"item": "minecraft:mossy_cobblestone"
}
}
}