Files
minecraft-assets/data/minecraft/recipes/mossy_cobblestone.json
2019-04-06 17:15:10 +00:00

14 lines
223 B
JSON

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