Red Clam Case
16×16 · BAKED

block· Machines & Other Blocks

Red Clam Case

Spawn · by Ninni
block Clam Cases

Red Clam Case is a block from Spawn, crafted from Shell Fragments and Red Dye.

Acquisition

Crafting using Shell Fragments, Shell Fragments, Red Dye, Shell Fragments and Shell Fragments, arranged in the pattern shown. Produces Red Clam Case.

Crafting
Shell Fragments
Shell Fragments
Red Dye
Shell Fragments
Shell Fragments
Red Clam Case Red Clam Case guaranteed

Mining & drops

sourcecountdrop rateconditions
Red Clam Case1–1100%Survives Explosion

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

Drops itself when broken.

Developer reference
Registry name
spawn:clam_case_red
Namespace
spawn
Mod ID
spawn
Tags (1)
spawn:blocks/clam_cases

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " # ",
    "#D#",
    " # "
  ],
  "ingredients": {
    "#": {
      "item": "spawn:shell_fragments"
    },
    "D": {
      "item": "minecraft:red_dye"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}