Crafting using Any Iron Ingot, Any Iron Ingot, Caminite Brick, Bucket and Caminite Brick, arranged in the pattern shown. Produces Stamp Base.
Stamp Base
Embers Rekindled · by RCXcrafter, BordListian, Elucent, TechnoMysterio, KomradeSpectre
Stamp Base is a block from Embers Rekindled, crafted from Any Iron Ingot, Caminite Brick, and Bucket.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Stamp Base | 1–1 | 100% | 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
}