Stamp Base
embers:stamp_base

Stamp Base

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

Stamp Base is a block from Embers Rekindled, crafted from Any Iron Ingot, Caminite Brick, and Bucket.

Acquisition

Crafting using Any Iron Ingot, Any Iron Ingot, Caminite Brick, Bucket and Caminite Brick, arranged in the pattern shown. Produces Stamp Base.

Crafting
Any Iron Ingot
Any Iron Ingot
Caminite Brick
Bucket
Caminite Brick
Stamp Base Stamp Base guaranteed

Mining & drops

sourcecountchanceconditions
Stamp Base1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
embers:stamp_base
Namespace
embers
Mod ID
embers
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "I I",
    "XBX"
  ],
  "ingredients": {
    "B": {
      "item": "minecraft:bucket"
    },
    "I": {
      "tag": "forge:ingots/iron"
    },
    "X": {
      "item": "embers:caminite_brick"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}