block· Machines & Other Blocks

Octoduct

Spawn · by Ninni
block Pickaxe Mineable

Octoduct is a block from Spawn, crafted from Red Sand and Dispenser.

Acquisition

Crafting using Red Sand and Dispenser, arranged in the pattern shown. Produces Octoduct.

Crafting
Octoduct guaranteed

Mining & drops

sourcecountdrop rateconditions
Octoduct1–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:octoduct
Namespace
spawn
Mod ID
spawn
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#",
    "D"
  ],
  "ingredients": {
    "#": {
      "tag": "minecraft:sand"
    },
    "D": {
      "item": "minecraft:dispenser"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}