Healing Machine
16×16 · BAKED

block· Machines & Other Blocks

Healing Machine

Cobblemon · by The Cobblemon Team
block MachinesMachinesPickaxe Mineable

Healing Machine is a block from Cobblemon, crafted from Copper Ingot, Ghast Tear, Iron Ingot, Revive, and Diamond.

Acquisition

Crafting using Copper Ingot, Ghast Tear, Copper Ingot, Iron Ingot, Revive, Iron Ingot, Iron Ingot, Diamond and Iron Ingot, arranged in the pattern shown. Produces Healing Machine.

Crafting
Copper Ingot
Ghast Tear
Copper Ingot
Iron Ingot
Revive
Iron Ingot
Iron Ingot
Diamond
Iron Ingot
Healing Machine Healing Machine guaranteed

Mining & drops

sourcecountchanceconditions
Healing Machine1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
cobblemon:healing_machine
Namespace
cobblemon
Mod ID
cobblemon
Tags (3)
cobblemon:blocks/machines
cobblemon:items/machines
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "CGC",
    "IRI",
    "IDI"
  ],
  "ingredients": {
    "C": {
      "item": "minecraft:copper_ingot"
    },
    "D": {
      "item": "minecraft:diamond"
    },
    "G": {
      "item": "minecraft:ghast_tear"
    },
    "I": {
      "item": "minecraft:iron_ingot"
    },
    "R": {
      "item": "cobblemon:revive"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}