Files
minecraft-assets/data/minecraft/recipes/mossy_cobblestone_from_vine.json
2023-12-06 18:29:26 +01:00

16 lines
281 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "building",
"group": "mossy_cobblestone",
"ingredients": [
{
"item": "minecraft:cobblestone"
},
{
"item": "minecraft:vine"
}
],
"result": {
"item": "minecraft:mossy_cobblestone"
}
}