Crafting using Dripstone Block, Ice Stone, Hard Stone and Dripstone Block, arranged in the pattern shown. Produces Icy Rock.
item· Other
Icy Rock
Cobblemon · by The Cobblemon Team
Icy Rock is a item from Cobblemon, crafted from Dripstone Block, Ice Stone, and Hard Stone.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Gameplay loot table: Prehistoric Preserved Skeleton (cobblemon) cobblemon:prehistoric_preserved_skeleton | 1–1 | 100% | — |
Gameplay loot table: Prehistoric Submerged Spike (cobblemon) cobblemon:prehistoric_submerged_spike | 1–1 | 100% | — |
Gameplay loot table: Prehistoric Spruce Tree (cobblemon) cobblemon:prehistoric_spruce_tree | 1–1 | 100% | — |
Gameplay loot table: Prehistoric Frozen Spike (cobblemon) cobblemon:prehistoric_frozen_spike | 1–1 | 100% | — |
Gameplay loot table: Prehistoric Frozen Pond (cobblemon) cobblemon:prehistoric_frozen_pond | 1–1 | 100% | — |
Gameplay loot table: Prehistoric Powdered Deposit (cobblemon) cobblemon:prehistoric_powdered_deposit | 1–1 | 100% | — |
Related items
Developer reference
- Registry name
cobblemon:icy_rock- Namespace
cobblemon- Mod ID
cobblemon- Tags (1)
cobblemon:items/held/is_held_item
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"DS",
"HD"
],
"ingredients": {
"D": {
"item": "minecraft:dripstone_block"
},
"H": {
"item": "cobblemon:hard_stone"
},
"S": {
"item": "cobblemon:ice_stone"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
