minecraft:white_wool

White Wool

Minecraft · by Mojang Studios
block WoolWool

Acquisition

Crafting using String, String, String and String, arranged in the pattern shown. Produces White Wool.

Crafting
String
String
String
String
White Wool guaranteed

Crafting using White Dye and Any of Black Wool / Blue Wool / Brown Wool / Cyan Wool / Gray Wool / Green Wool / Light Blue Wool / Light Gray Wool / Lime Wool / Magenta Wool / Orange Wool / Pink Wool / Purple Wool / Red Wool / Yellow Wool, in any arrangement. Produces White Wool.

Crafting ⇆ any arrangement
White Wool guaranteed

Splashing using Any Wool. Produces White Wool.

Splashing
White Wool guaranteed

Mining & drops

sourcecountchanceconditions
Mob loot table: White (minecraft) minecraft:white1–1100%
Gameplay loot table: Shepherd Gift (minecraft) minecraft:shepherd_gift1–1100%
Loot table: Village Shepherd (minecraft) minecraft:village_shepherd1–1100%
White Wool1–1100%Survives Explosion

Used in (18)

Crafting using Yellow Dye and Any of Black Wool / Blue Wool / Brown Wool / Cyan Wool / Gray Wool / Green Wool / Light Blue Wool / Light Gray Wool / Lime Wool / Magenta Wool / Orange Wool / Pink Wool / Purple Wool / Red Wool / White Wool, in any arrangement. Produces Yellow Wool.

Crafting ⇆ any arrangement
Yellow Wool guaranteed

Crafting using Red Dye and Any of Black Wool / Blue Wool / Brown Wool / Cyan Wool / Gray Wool / Green Wool / Light Blue Wool / Light Gray Wool / Lime Wool / Magenta Wool / Orange Wool / Pink Wool / Purple Wool / Yellow Wool / White Wool, in any arrangement. Produces Red Wool.

Crafting ⇆ any arrangement
Red Wool guaranteed

Crafting using Cyan Dye and Any of Black Wool / Blue Wool / Brown Wool / Gray Wool / Green Wool / Light Blue Wool / Light Gray Wool / Lime Wool / Magenta Wool / Orange Wool / Pink Wool / Purple Wool / Red Wool / Yellow Wool / White Wool, in any arrangement. Produces Cyan Wool.

Crafting ⇆ any arrangement
Cyan Wool guaranteed

Crafting using Green Dye and Any of Black Wool / Blue Wool / Brown Wool / Cyan Wool / Gray Wool / Light Blue Wool / Light Gray Wool / Lime Wool / Magenta Wool / Orange Wool / Pink Wool / Purple Wool / Red Wool / Yellow Wool / White Wool, in any arrangement. Produces Green Wool.

Crafting ⇆ any arrangement
Green Wool guaranteed

Crafting using Light Blue Dye and Any of Black Wool / Blue Wool / Brown Wool / Cyan Wool / Gray Wool / Green Wool / Light Gray Wool / Lime Wool / Magenta Wool / Orange Wool / Pink Wool / Purple Wool / Red Wool / Yellow Wool / White Wool, in any arrangement. Produces Light Blue Wool.

Crafting ⇆ any arrangement
Light Blue Wool guaranteed
view all 18 →

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:white_wool
Namespace
minecraft
Mod ID
minecraft
Tags (2)
minecraft:blocks/wool
minecraft:items/wool

Recipe JSON (3):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "##",
    "##"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:string"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:white_dye"
    },
    {
      "anyOf": [
        {
          "item": "minecraft:black_wool"
        },
        {
          "item": "minecraft:blue_wool"
        },
        {
          "item": "minecraft:brown_wool"
        },
        {
          "item": "minecraft:cyan_wool"
        },
        {
          "item": "minecraft:gray_wool"
        },
        {
          "item": "minecraft:green_wool"
        },
        {
          "item": "minecraft:light_blue_wool"
        },
        {
          "item": "minecraft:light_gray_wool"
        },
        {
          "item": "minecraft:lime_wool"
        },
        {
          "item": "minecraft:magenta_wool"
        },
        {
          "item": "minecraft:orange_wool"
        },
        {
          "item": "minecraft:pink_wool"
        },
        {
          "item": "minecraft:purple_wool"
        },
        {
          "item": "minecraft:red_wool"
        },
        {
          "item": "minecraft:yellow_wool"
        }
      ]
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": "wool",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:splashing",
  "pattern": null,
  "ingredients": {
    "tag": "minecraft:wool"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}