Golden Carrot
minecraft:golden_carrot

Golden Carrot

Minecraft · by Mojang Studios
item Piglin Loved

Acquisition

Crafting using Golden Carrot Crate, in any arrangement. Produces 9× Golden Carrot.

Crafting ⇆ any arrangement conditional
Golden Carrot Golden Carrot ×9 guaranteed

Crafting using Gold Nugget, Gold Nugget, Gold Nugget, Gold Nugget, Carrot, Gold Nugget, Gold Nugget, Gold Nugget and Gold Nugget, arranged in the pattern shown. Produces Golden Carrot.

Crafting
Gold Nugget
Gold Nugget
Gold Nugget
Gold Nugget
Carrot
Gold Nugget
Gold Nugget
Gold Nugget
Gold Nugget
Golden Carrot Golden Carrot guaranteed

Mining & drops

sourcecountchanceconditions
Loot table: Ancient City Ice Box (minecraft) minecraft:ancient_city_ice_box1–1100%
Loot table: Ruined Portal (minecraft) minecraft:ruined_portal1–1100%
Loot table: Bastion Other (minecraft) minecraft:bastion_other1–1100%
Loot table: Bastion Hoglin Stable (minecraft) minecraft:bastion_hoglin_stable1–1100%
Developer reference
Registry name
minecraft:golden_carrot
Namespace
minecraft
Mod ID
minecraft
Tags (1)
minecraft:items/piglin_loved

Recipe JSON (3):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "quark:golden_carrot_crate"
  },
  "conditions": [
    {
      "raw": {
        "flag": "golden_carrot_crate",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "techreborn:chemical_reactor",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:gold_nugget"
    },
    {
      "item": "minecraft:carrot"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "#X#",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:gold_nugget"
    },
    "X": {
      "item": "minecraft:carrot"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}