29 lines
505 B
JSON
29 lines
505 B
JSON
{
|
|
"format_version": "1.12",
|
|
"minecraft:recipe_shapeless": {
|
|
"description": {
|
|
"identifier": "minecraft:light_blue_dye_from_blue_bonemeal"
|
|
},
|
|
|
|
|
|
"tags": [ "crafting_table" ],
|
|
"group": "light_blue_dye",
|
|
"priority": 2,
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:dye",
|
|
"data": 18
|
|
},
|
|
{
|
|
"item": "minecraft:dye",
|
|
"data": 15
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:dye",
|
|
"data": 12,
|
|
"count": 2
|
|
}
|
|
}
|
|
}
|