enderio:primitive_alloy_smelter

Primitive Alloy Smelter

Ender IO · by CrazyPants, tterrag, HenryLoenwind, MatthiasM, CyanideX, EpicSquid, Rover656, HypherionSA, agnor99, Ferri_Arnus, dphaldes
block Pickaxe MineableNeeds Iron Tool

Acquisition

Crafting using Furnace, Furnace, Furnace, Deepslate, Grains of Infinity, Deepslate, Deepslate, Deepslate and Deepslate, arranged in the pattern shown. Produces Primitive Alloy Smelter.

Crafting
Primitive Alloy Smelter guaranteed

Mining & drops

sourcecountchanceconditions
Primitive Alloy Smelter1–1100%

Block drops

Drops itself when broken.

Developer reference
Registry name
enderio:primitive_alloy_smelter
Namespace
enderio
Mod ID
enderio
Tags (2)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_iron_tool

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "FFF",
    "DGD",
    "DDD"
  ],
  "ingredients": {
    "D": {
      "item": "minecraft:deepslate"
    },
    "F": {
      "item": "minecraft:furnace"
    },
    "G": {
      "tag": "forge:dusts/grains_of_infinity"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}