Crafting using Iron Ingot, Iron Ingot, Iron Ingot, Clay Ball, Honeycomb, Clay Ball, Iron Ingot, Iron Ingot and Iron Ingot, arranged in the pattern shown. Produces Metal Coat.
item· Other
Metal Coat
Cobblemon · by The Cobblemon Team
Metal Coat is a item from Cobblemon, crafted from Iron Ingot, Clay Ball, and Honeycomb.
Acquisition
Related items
Developer reference
- Registry name
cobblemon:metal_coat- Namespace
cobblemon- Mod ID
cobblemon- Tags (2)
cobblemon:items/evolution_items cobblemon:items/held/is_held_item
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"III",
"CHC",
"III"
],
"ingredients": {
"C": {
"item": "minecraft:clay_ball"
},
"H": {
"item": "minecraft:honeycomb"
},
"I": {
"item": "minecraft:iron_ingot"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}