minecraft:blue_ice

Blue Ice

Minecraft · by Mojang Studios
block Geode Invalid BlocksIcePickaxe Mineable

Acquisition

Crafting using Dragon Ice, Dragon Ice, Dragon Ice and Dragon Ice, arranged in the pattern shown. Produces Blue Ice.

Crafting
Blue Ice guaranteed

Crafting using Packed Ice, Packed Ice, Packed Ice, Packed Ice, Packed Ice, Packed Ice, Packed Ice, Packed Ice and Packed Ice, in any arrangement. Produces Blue Ice.

Crafting ⇆ any arrangement
Blue Ice guaranteed

Freezing using Packed Ice (500 ticks, 0.1 xp). Produces Blue Ice.

Freezing

500 ticks· 0.1 xp

Blue Ice guaranteed

Mining & drops

sourcecountchanceconditions
Loot table: Village Snowy House (minecraft) minecraft:village_snowy_house1–1100%
Blue Ice1–1100%Drops itself with Silk Touch

Block drops

dropscountchanceconditions
Blue Ice1–1100%Drops itself with Silk Touch
Developer reference
Registry name
minecraft:blue_ice
Namespace
minecraft
Mod ID
minecraft
Tags (3)
minecraft:blocks/geode_invalid_blocks
minecraft:blocks/ice
minecraft:blocks/mineable/pickaxe

Recipe JSON (4):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "BB",
    "BB"
  ],
  "ingredients": {
    "B": {
      "item": "iceandfire:dragon_ice"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:packed_ice"
    },
    {
      "item": "minecraft:packed_ice"
    },
    {
      "item": "minecraft:packed_ice"
    },
    {
      "item": "minecraft:packed_ice"
    },
    {
      "item": "minecraft:packed_ice"
    },
    {
      "item": "minecraft:packed_ice"
    },
    {
      "item": "minecraft:packed_ice"
    },
    {
      "item": "minecraft:packed_ice"
    },
    {
      "item": "minecraft:packed_ice"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "techreborn:vacuum_freezer",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:packed_ice"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "aether:freezing",
  "pattern": null,
  "ingredients": {
    "item": "minecraft:packed_ice"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": 0.1,
  "cooking_time": 500
}