Heat Insulation
embers:heat_insulation

Heat Insulation

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

Heat Insulation is a block from Embers Rekindled, crafted from Silver Plate, Any Copper Storage Block, and Ashen Stone.

Acquisition

Crafting using Silver Plate, Any Copper Storage Block and Ashen Stone, arranged in the pattern shown. Produces Heat Insulation.

Crafting
Heat Insulation Heat Insulation guaranteed

Mining & drops

sourcecountchanceconditions
Heat Insulation1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "P",
    "C",
    "A"
  ],
  "ingredients": {
    "A": {
      "tag": "embers:ashen_stone"
    },
    "C": {
      "tag": "forge:storage_blocks/copper"
    },
    "P": {
      "tag": "forge:plates/silver"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}