Sculk Relay
16×16 · BAKED

block· Machines & Other Blocks

Sculk Relay

Goety · by Polarice3
block Hoe Mineable

Sculk Relay is a block from Goety, crafted from Sculk Sensor, Sculk Catalyst, and Sculk Shrieker.

Acquisition

Mining & drops

sourcecountdrop rateconditions
Sculk Relay1–1100%Drops itself with Silk Touch

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
Sculk Relay1–1100%Drops itself with Silk Touch

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
goety:sculk_relay
Namespace
goety
Mod ID
goety
Tags (1)
minecraft:blocks/mineable/hoe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "e",
    "b",
    "c"
  ],
  "ingredients": {
    "b": {
      "item": "minecraft:sculk_catalyst"
    },
    "c": {
      "item": "minecraft:sculk_shrieker"
    },
    "e": {
      "item": "minecraft:sculk_sensor"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}