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

12 lines
188 B
JSON

{
"type": "minecraft:crafting_shapeless",
"group": "red_dye",
"ingredients": [
{
"item": "minecraft:beetroot"
}
],
"result": {
"item": "minecraft:red_dye"
}
}