Crafting using Golden Carrot Crate, in any arrangement. Produces 9× Golden Carrot.
Golden Carrot
Minecraft · by Mojang Studios
Acquisition
Chemical Reactor using Gold Nugget and Carrot. Produces Golden Carrot.
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.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Loot table: Ancient City Ice Box (minecraft) minecraft:ancient_city_ice_box | 1–1 | 100% | — |
Loot table: Ruined Portal (minecraft) minecraft:ruined_portal | 1–1 | 100% | — |
Loot table: Bastion Other (minecraft) minecraft:bastion_other | 1–1 | 100% | — |
Loot table: Bastion Hoglin Stable (minecraft) minecraft:bastion_hoglin_stable | 1–1 | 100% | — |
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
}
