Crafting using Carrot, Carrot, Carrot, Carrot, Carrot, Carrot, Carrot, Carrot and Carrot, arranged in the pattern shown. Produces Carrot Crate.

Carrot Crate
Quark · by Vazkii, WireSegal, MCVinnyq, Sully
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Carrot Crate | 1–1 | 100% | Survives Explosion |
Used in (1)
Crafting using Carrot Crate, in any arrangement. Produces 9× Carrot.
Block drops
Drops itself when broken.
Developer reference
- Registry name
quark:carrot_crate- Namespace
quark- Mod ID
quark- Tags (3)
forge:blocks/storage_blocks/carrot forge:items/storage_blocks/carrot minecraft:blocks/mineable/axe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"###",
"###",
"###"
],
"ingredients": {
"#": {
"item": "minecraft:carrot"
}
},
"conditions": [
{
"raw": {
"flag": "carrot_crate",
"type": "quark:flag"
},
"type": "quark:flag"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}