Heater
16×16 · BAKED

block· Machines & Other Blocks

Heater

Create: New Age · by Antarctic Gardens
block Pickaxe Mineable

Heater is a block from Create: New Age, crafted from Any Iron Nugget, Empty Blaze Burner, Heat Pipe, and Overcharged Iron.

Acquisition

Crafting using Any Iron Nugget, Any Iron Nugget, Any Iron Nugget, Empty Blaze Burner, Any Iron Nugget, Heat Pipe, Overcharged Iron and Heat Pipe, arranged in the pattern shown. Produces Heater.

Crafting
Any Iron Nugget
Any Iron Nugget
Any Iron Nugget
Empty Blaze Burner
Any Iron Nugget
Heat Pipe
Overcharged Iron
Heat Pipe
Heater Heater guaranteed

Mining & drops

sourcecountdrop rateconditions
Heater1–1100%Survives Explosion

Drop rates are per-roll probabilities, not absolute find rates — actual odds of finding an item also depend on structure generation and loot pool weights.

Block drops

Drops itself when broken.

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

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "N N",
    "NBN",
    "PIP"
  ],
  "ingredients": {
    "B": {
      "item": "create:empty_blaze_burner"
    },
    "I": {
      "item": "create_new_age:overcharged_iron"
    },
    "N": {
      "tag": "forge:nuggets/iron"
    },
    "P": {
      "item": "create_new_age:heat_pipe"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}