Pulse Extender
create:pulse_extender

Pulse Extender

Create · by simibubi
block Safe Nbt

Acquisition

Crafting using Redstone Torch, Any Redstone Dust, Brass Sheet, Redstone Torch, Any Stone, Any Stone and Any Stone, arranged in the pattern shown. Produces Pulse Extender.

Crafting
Pulse Extender Pulse Extender guaranteed

Mining & drops

sourcecountchanceconditions
Pulse Extender1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
create:pulse_extender
Namespace
create
Mod ID
create
Tags (1)
create:blocks/safe_nbt

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "  T",
    "RCT",
    "SSS"
  ],
  "ingredients": {
    "C": {
      "tag": "forge:plates/brass"
    },
    "R": {
      "tag": "forge:dusts/redstone"
    },
    "S": {
      "tag": "forge:stone"
    },
    "T": {
      "item": "minecraft:redstone_torch"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}