Cooked Rabbit
minecraft:cooked_rabbit

Cooked Rabbit

Minecraft · by Mojang Studios
item

Acquisition

Campfire Cooking using Raw Rabbit (600 ticks, 0.35 xp). Produces Cooked Rabbit.

Campfire Cooking

600 ticks· 0.35 xp

Cooked Rabbit Cooked Rabbit guaranteed

Smelting using Raw Rabbit (200 ticks, 0.35 xp). Produces Cooked Rabbit.

Smelting

200 ticks· 0.35 xp

Cooked Rabbit Cooked Rabbit guaranteed

Smoking using Raw Rabbit (100 ticks, 0.35 xp). Produces Cooked Rabbit.

Smoking

100 ticks· 0.35 xp

Cooked Rabbit Cooked Rabbit guaranteed

Mining & drops

sourcecountchanceconditions
Gameplay loot table: Butcher Gift (minecraft) minecraft:butcher_gift1–1100%

Used in (2)

Crafting using Baked Potato, Cooked Rabbit, Bowl, Carrot and Red Mushroom, in any arrangement. Produces Rabbit Stew.

Crafting ⇆ any arrangement
Baked Potato
Cooked Rabbit
Bowl
Carrot
Red Mushroom
Rabbit Stew Rabbit Stew guaranteed

Crafting using Baked Potato, Cooked Rabbit, Bowl, Carrot and Brown Mushroom, in any arrangement. Produces Rabbit Stew.

Crafting ⇆ any arrangement
Baked Potato
Cooked Rabbit
Bowl
Carrot
Brown Mushroom
Rabbit Stew Rabbit Stew guaranteed
Developer reference
Registry name
minecraft:cooked_rabbit
Namespace
minecraft
Mod ID
minecraft

Recipe JSON (3):

{
  "recipe_type": "minecraft:campfire_cooking",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:rabbit"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.35,
  "cooking_time": 600
}
{
  "recipe_type": "minecraft:smelting",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:rabbit"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.35,
  "cooking_time": 200
}
{
  "recipe_type": "minecraft:smoking",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:rabbit"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.35,
  "cooking_time": 100
}