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