Mushroom Rice
farmersdelight:mushroom_rice

Mushroom Rice

Farmer's Delight · by MehVahdJukaar, MerchantPug
item FoodsMeals

Mushroom Rice is a item from Farmer's Delight, crafted from Brown Mushroom, Red Mushroom, Rice, and Any of Carrot / Potato.

Acquisition

Developer reference
Registry name
farmersdelight:mushroom_rice
Namespace
farmersdelight
Mod ID
farmersdelight
Tags (2)
c:items/foods
farmersdelight:items/meals

Recipe JSON (1):

{
  "recipe_type": "farmersdelight:cooking",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:brown_mushroom"
    },
    {
      "item": "minecraft:red_mushroom"
    },
    {
      "tag": "c:crops/rice"
    },
    {
      "anyOf": [
        {
          "item": "minecraft:carrot"
        },
        {
          "item": "minecraft:potato"
        }
      ]
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 1,
  "cooking_time": 200
}