Crafting using Any Iron Ingot, Copper Ingot, Any Redstone Dust, Copper Ingot, Copper Ingot, Any Iron Ingot and Copper Ingot, arranged in the pattern shown. Produces Atmospheric Gauge.
Atmospheric Gauge
Embers Rekindled · by RCXcrafter, BordListian, Elucent, TechnoMysterio, KomradeSpectre
Atmospheric Gauge is a block from Embers Rekindled, crafted from Any Iron Ingot, Copper Ingot, and Any Redstone Dust.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Atmospheric Gauge | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
embers:atmospheric_gauge- Namespace
embers- Mod ID
embers- Tags (3)
embers:blocks/dial embers:items/gauge_overlay minecraft:blocks/mineable/pickaxe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" I ",
"CRC",
"CIC"
],
"ingredients": {
"C": {
"tag": "forge:ingots/copper"
},
"I": {
"tag": "forge:ingots/iron"
},
"R": {
"tag": "forge:dusts/redstone"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}