Item Dial
embers:item_dial

Item Dial

Embers Rekindled · by RCXcrafter, BordListian, Elucent, TechnoMysterio, KomradeSpectre
block DialDialsPickaxe Mineable

Item Dial is a block from Embers Rekindled, crafted from Paper and Lead Plate.

Acquisition

Crafting using Paper and Lead Plate, arranged in the pattern shown. Produces Item Dial.

Crafting
Paper
Lead Plate
Item Dial Item Dial guaranteed

Mining & drops

sourcecountchanceconditions
Item Dial1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
embers:item_dial
Namespace
embers
Mod ID
embers
Tags (3)
embers:blocks/dial
embers:items/dials
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "P",
    "L"
  ],
  "ingredients": {
    "L": {
      "tag": "forge:plates/lead"
    },
    "P": {
      "item": "minecraft:paper"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}