Crafting using Iron Ingot, Diamond, Iron Ingot, Diamond, Shield, Diamond and Amethyst Shard, arranged in the pattern shown. Produces Ability Shield.
item· Other
Ability Shield
Cobblemon · by The Cobblemon Team
Ability Shield is a item from Cobblemon, crafted from Iron Ingot, Diamond, Shield, and Amethyst Shard.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Gameplay loot table: Gimmi Tower Rooted (cobblemon) cobblemon:gimmi_tower_rooted | 1–1 | 100% | — |
Gameplay loot table: Deserted Town Center Ruins (cobblemon) cobblemon:deserted_town_center_ruins | 1–1 | 100% | — |
Gameplay loot table: Gimmi Tower Junk (cobblemon) cobblemon:gimmi_tower_junk | 1–1 | 100% | — |
Gameplay loot table: Gimmi Tower Lush (cobblemon) cobblemon:gimmi_tower_lush | 1–1 | 100% | — |
Gameplay loot table: Unstable Cave Ruins (cobblemon) cobblemon:unstable_cave_ruins | 1–1 | 100% | — |
Gameplay loot table: Fallen Statue Ruins (cobblemon) cobblemon:fallen_statue_ruins | 1–1 | 100% | — |
Gameplay loot table: Hidden Bunker Ruins (cobblemon) cobblemon:hidden_bunker_ruins | 1–1 | 100% | — |
Gameplay loot table: Any Ancient Held Item (cobblemon) cobblemon:any_ancient_held_item | 1–1 | 100% | — |
Related items
Developer reference
- Registry name
cobblemon:ability_shield- Namespace
cobblemon- Mod ID
cobblemon- Tags (1)
cobblemon:items/held/is_held_item
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"IDI",
"DSD",
" A "
],
"ingredients": {
"A": {
"item": "minecraft:amethyst_shard"
},
"D": {
"item": "minecraft:diamond"
},
"I": {
"item": "minecraft:iron_ingot"
},
"S": {
"item": "minecraft:shield"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}