MineAssets/1.12.2/assets/minecraft/recipes/mossy_cobblestone.json
2024-12-17 02:08:01 +03:00

14 lines
213 B
JSON

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