Egg Fried Rice
16×16 · BAKED

item· Other

Egg Fried Rice

Kaleidoscope Cookery · by ysbbbbbb, tartaric_acid, Azumic
item Cookery Mod ItemsMeals

Egg Fried Rice is an item from Kaleidoscope Cookery, crafted from Egg and Cooked Rice.

Acquisition

Flex Pot using Egg and Cooked Rice. Produces Egg Fried Rice.

Flex Pot
Egg Fried Rice Egg Fried Rice guaranteed

Mining & drops

sourcecountdrop rateconditions
Gameplay loot table: Village Hide Chest (kaleidoscope_cookery) kaleidoscope_cookery:village_hide_chest1–1100%

Drop rates are per-roll probabilities, not absolute find rates — actual odds of finding an item also depend on structure generation and loot pool weights.

Developer reference
Registry name
kaleidoscope_cookery:egg_fried_rice
Namespace
kaleidoscope_cookery
Mod ID
kaleidoscope_cookery
Tags (2)
kaleidoscope_cookery:items/cookery_mod_items
kaleidoscope_cookery:items/meals

Recipe JSON (2):

{
  "recipe_type": "kaleidoscope_cookery:pot",
  "pattern": null,
  "ingredients": [
    {
      "tag": "forge:eggs"
    },
    {
      "tag": "forge:eggs"
    },
    {
      "tag": "forge:cooked_rice"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "kaleidoscope_cookery:flex_pot",
  "pattern": null,
  "ingredients": [
    {
      "tag": "forge:eggs"
    },
    {
      "tag": "forge:cooked_rice"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}