blob: f7bf19b433f66621b571b2fe9d36b8a83eaf465c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:cobblestone"
},
{
"item": "minecraft:vine"
}
],
"result": {
"item": "minecraft:mossy_cobblestone"
}
}
|