19 lines
279 B
JSON
19 lines
279 B
JSON
{
|
|
"type": "crafting_shapeless",
|
|
"group": "pink_dye",
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:dye",
|
|
"data": 1
|
|
},
|
|
{
|
|
"item": "minecraft:dye",
|
|
"data": 15
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:dye",
|
|
"data": 9,
|
|
"count": 2
|
|
}
|
|
} |