blob: 0402c1c3e43d029721ee03e1737dc6dd4d576178 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:black_dye"
},
{
"item": "minecraft:white_dye"
}
],
"result": {
"item": "minecraft:gray_dye",
"count": 2
}
}
|