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.
block· Machines & Other Blocks
Healing Machine
Cobblemon · by The Cobblemon Team
Healing Machine is a block from Cobblemon, crafted from Copper Ingot, Ghast Tear, Iron Ingot, Revive, and Diamond.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Healing Machine | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
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
}