Crafting using Iron Ingot, Popped Chorus Fruit, Copper Ingot, Popped Chorus Fruit and Iron Ingot, arranged in the pattern shown. Produces Link Cable.
item· Other
Link Cable
Cobblemon · by The Cobblemon Team
Link Cable is a item from Cobblemon, crafted from Iron Ingot, Popped Chorus Fruit, and Copper Ingot.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Loot table: Woodland Mansion (cobblemon) cobblemon:woodland_mansion | 1–1 | 13% | Random Chance |
Loot table: Ancient City (cobblemon) cobblemon:ancient_city | 1–1 | 13% | Random Chance |
Loot table: Stronghold Corridor (cobblemon) cobblemon:stronghold_corridor | 1–1 | 13% | Random Chance |
Gameplay loot table: Ruins (cobblemon) cobblemon:ruins | 1–1 | 100% | — |
Loot table: Village House (cobblemon) cobblemon:village_house | 1–1 | 25% | Random Chance |
Loot table: End City Treasure (cobblemon) cobblemon:end_city_treasure | 1–1 | 13% | Random Chance |
Loot table: Igloo Chest (cobblemon) cobblemon:igloo_chest | 1–1 | 13% | Random Chance |
Loot table: Pillager Outpost (cobblemon) cobblemon:pillager_outpost | 1–1 | 13% | Random Chance |
Related items
Developer reference
- Registry name
cobblemon:link_cable- Namespace
cobblemon- Mod ID
cobblemon- Tags (1)
cobblemon:items/evolution_items
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" I",
"PCP",
"I "
],
"ingredients": {
"C": {
"item": "minecraft:copper_ingot"
},
"I": {
"item": "minecraft:iron_ingot"
},
"P": {
"item": "minecraft:popped_chorus_fruit"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}