Files
IMoO/recipes/blue_dye_from_cornflower.json
T
2022-01-23 21:24:12 +03:00

23 lines
390 B
JSON

{
"format_version": "1.12",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "minecraft:blue_dye_from_cornflower"
},
"tags": [ "crafting_table" ],
"group": "blue_dye",
"ingredients": [
{
"item": "minecraft:red_flower",
"data": 9
}
],
"result": {
"item": "minecraft:dye",
"data": 18
}
}
}