18 lines
255 B
JSON
18 lines
255 B
JSON
{
|
|
"type": "crafting_shapeless",
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:dye",
|
|
"data": 4
|
|
},
|
|
{
|
|
"item": "minecraft:dye",
|
|
"data": 2
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:dye",
|
|
"data": 6,
|
|
"count": 2
|
|
}
|
|
} |