Files
minecraft-assets/data/minecraft/recipes/mossy_cobblestone_from_vine.json
2022-07-13 18:38:39 +02:00

15 lines
255 B
JSON

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