Cooked Egg
naturalist:cooked_egg

Cooked Egg

Naturalist · by Starfish Studios
item Cooked EggsCooked Eggs

Acquisition

Campfire Cooking using Any Eggs (200 ticks, 0.35 xp). Produces Cooked Egg.

Campfire Cooking

200 ticks· 0.35 xp

Cooked Egg Cooked Egg guaranteed

Smoking using Any Eggs (200 ticks, 0.35 xp). Produces Cooked Egg.

Smoking

200 ticks· 0.35 xp

Cooked Egg Cooked Egg guaranteed

Smelting using Any Eggs (200 ticks, 0.35 xp). Produces Cooked Egg.

Smelting

200 ticks· 0.35 xp

Cooked Egg Cooked Egg guaranteed
Developer reference
Registry name
naturalist:cooked_egg
Namespace
naturalist
Mod ID
naturalist
Tags (2)
c:items/cooked_eggs
forge:items/cooked_eggs

Recipe JSON (3):

{
  "recipe_type": "minecraft:campfire_cooking",
  "pattern": null,
  "ingredients": {
    "tag": "forge:eggs"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.35,
  "cooking_time": 200
}
{
  "recipe_type": "minecraft:smoking",
  "pattern": null,
  "ingredients": {
    "tag": "forge:eggs"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.35,
  "cooking_time": 200
}
{
  "recipe_type": "minecraft:smelting",
  "pattern": null,
  "ingredients": {
    "tag": "forge:eggs"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.35,
  "cooking_time": 200
}