Pulse Repeater
create:pulse_repeater

Pulse Repeater

Create · by simibubi
block Safe Nbt

Acquisition

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

Crafting
Pulse Repeater Pulse Repeater guaranteed

Mining & drops

sourcecountchanceconditions
Pulse Repeater1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "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
}