Files
IMoO/recipes_old/light_blue_dye_from_blue_orchid.json
T
2022-01-24 20:17:51 +03:00

23 lines
403 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "minecraft:light_blue_dye_from_blue_orchid"
},
"tags": [ "crafting_table" ],
"group": "light_blue_dye",
"ingredients": [
{
"item": "minecraft:red_flower",
"data": 1
}
],
"result": {
"item": "minecraft:dye",
"data": 12
}
}
}