Files
minecraft-assets/data/minecraft/recipes/mossy_cobblestone.json
2018-12-21 06:38:40 +00:00

14 lines
213 B
JSON

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