37 lines
639 B
JSON
37 lines
639 B
JSON
{
|
|
"format_version": "1.12",
|
|
"minecraft:recipe_shapeless": {
|
|
"description": {
|
|
"identifier": "minecraft:magenta_dye_from_blue_ink_bonemeal"
|
|
},
|
|
|
|
|
|
"tags": [ "crafting_table" ],
|
|
"group": "magenta_dye",
|
|
"priority": 6,
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:dye",
|
|
"data": 18
|
|
},
|
|
{
|
|
"item": "minecraft:dye",
|
|
"data": 1
|
|
},
|
|
{
|
|
"item": "minecraft:dye",
|
|
"data": 1
|
|
},
|
|
{
|
|
"item": "minecraft:dye",
|
|
"data": 15
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:dye",
|
|
"data": 13,
|
|
"count": 4
|
|
}
|
|
}
|
|
}
|