blob: af2a378a49dfaaeb117e16cf00371d33fa00e3ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"type": "minecraft:crafting_shapeless",
"group": "pink_dye",
"ingredients": [
{
"item": "minecraft:peony"
}
],
"result": {
"item": "minecraft:pink_dye",
"count": 2
}
}
|