minecraft-assets/data/minecraft/recipes/blue_dye_from_cornflower.json

12 lines
192 B
JSON

{
"type": "minecraft:crafting_shapeless",
"group": "blue_dye",
"ingredients": [
{
"item": "minecraft:cornflower"
}
],
"result": {
"item": "minecraft:blue_dye"
}
}