mekanism:fuelwood_heater

Fuelwood Heater

Mekanism · by Aidancbrady, Thommy101, Thiakil, pupnewfster, dizzyd
block Pickaxe Mineable

Acquisition

Crafting using Any Steel Ingot, Basic Control Circuit, Any Steel Ingot, Furnace, Steel Casing, Furnace, Any Steel Ingot, Any Steel Ingot and Any Steel Ingot, arranged in the pattern shown. Produces Fuelwood Heater.

Crafting
Fuelwood Heater guaranteed

Mining & drops

sourcecountchanceconditions
Fuelwood Heater1–1100%

Block drops

Drops itself when broken.

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

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "SCS",
    "#X#",
    "SSS"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:furnace"
    },
    "C": {
      "tag": "forge:circuits/basic"
    },
    "S": {
      "tag": "forge:ingots/steel"
    },
    "X": {
      "item": "mekanism:steel_casing"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}