Pulse Timer
create:pulse_timer

Pulse Timer

Create · by simibubi
block Safe Nbt

Acquisition

Crafting using Amethyst Shard, Brass Sheet, Redstone Torch, Any Stone, Any Stone and Any Stone, arranged in the pattern shown. Produces Pulse Timer.

Crafting
Pulse Timer Pulse Timer guaranteed

Mining & drops

sourcecountchanceconditions
Pulse Timer1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
create:pulse_timer
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": {
      "item": "minecraft:amethyst_shard"
    },
    "S": {
      "tag": "forge:stone"
    },
    "T": {
      "item": "minecraft:redstone_torch"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}