Crafting using Iron Ingot, Iron Ingot, Iron Ingot, Iron Ingot, Iron Ingot, Redstone Dust and Blue Dye, arranged in the pattern shown. Produces Magnet.
item· Other
Magnet
Cobblemon · by The Cobblemon Team
Magnet is a item from Cobblemon, crafted from Iron Ingot, Redstone Dust, and Blue Dye.
Acquisition
Related items
Developer reference
- Registry name
cobblemon:magnet- Namespace
cobblemon- Mod ID
cobblemon- Tags (1)
cobblemon:items/held/is_held_item
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"III",
"I I",
"R B"
],
"ingredients": {
"B": {
"item": "minecraft:blue_dye"
},
"I": {
"item": "minecraft:iron_ingot"
},
"R": {
"item": "minecraft:redstone"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}