Crab Boil
16×16 · BAKED

block· Machines & Other Blocks

Crab Boil

Spawn · by Ninni
block Knife Mineable

Crab Boil is a block from Spawn, crafted from Bucket of Coastal Crab, Potato, Raw Bacon, and Onion.

Acquisition

Mining & drops

sourcecountdrop rateconditions
Crab Boil1–1100%Block State Property

Drop rates are per-roll probabilities, not absolute find rates — actual odds of finding an item also depend on structure generation and loot pool weights.

Block drops

dropscountdrop rateconditions
Crab Boil1–1100%Block State Property
1–1100%Inverted
1–1100%Inverted

Drop rates are per-roll probabilities, not absolute find rates — actual odds also depend on structure generation and loot pool weights.

Developer reference
Registry name
spawn:crab_boil_block
Namespace
spawn
Mod ID
spawn
Tags (1)
farmersdelight:blocks/mineable/knife

Recipe JSON (1):

{
  "recipe_type": "farmersdelight:cooking",
  "pattern": null,
  "ingredients": [
    {
      "item": "spawn:coastal_crab_bucket"
    },
    {
      "item": "minecraft:potato"
    },
    {
      "item": "minecraft:potato"
    },
    {
      "item": "farmersdelight:bacon"
    },
    {
      "item": "farmersdelight:onion"
    }
  ],
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "farmersdelight"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": 2,
  "cooking_time": 400
}